From: "David S. Miller" <davem@redhat.com>
To: rusty@rustcorp.com.au
Cc: akpm@zip.com.au, torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] __cacheline_aligned_in_smp?
Date: Mon, 13 Jan 2003 22:32:53 -0800 (PST) [thread overview]
Message-ID: <20030113.223253.18825371.davem@redhat.com> (raw)
In-Reply-To: <20030114121012.63554a44.rusty@rustcorp.com.au>
From: Rusty Russell <rusty@rustcorp.com.au>
Date: Tue, 14 Jan 2003 12:10:12 +1100
Hmm, you really want to weakly align it: you don't care if something follows it on
the cacheline, (ie. don't make it into an array, but it'd be nice if other
things could share the cacheline) in UP.
No, that is an incorrect statement.
I want the rest of the cacheline to be absent of any write-possible
data. There are many members in there which are read-only and thus
will only consume a cacheline which would never need to be written
back to main memory due to modification.
If you allow other things to seep into that cache line, you totally
obliterate what I was trying to accomplish.
I don't think there's a way of doing that short of using asm?
You really don't understand what I'm trying to accomplish.
I want alignment on cache line boundary, and I don't want anything
else in that cacheline.
Franks a lot,
David S. Miller
davem@redhat.com
next prev parent reply other threads:[~2003-01-14 6:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-13 7:24 [PATCH] __cacheline_aligned_in_smp? Rusty Russell
2003-01-13 7:35 ` David S. Miller
2003-01-14 1:10 ` Rusty Russell
2003-01-14 6:32 ` David S. Miller [this message]
2003-01-15 8:02 ` Rusty Russell
2003-01-16 7:21 ` David S. Miller
2003-01-21 14:09 ` Bill Davidsen
2003-01-13 7:45 ` Jeff Garzik
2003-01-14 2:22 ` Rusty Russell
2003-01-13 9:41 ` David Gibson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030113.223253.18825371.davem@redhat.com \
--to=davem@redhat.com \
--cc=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox