Re: 2.6.16-rc6-mm2
- From: Andi Kleen <ak@xxxxxxx>
- Date: 12 Jun 2006 14:14:09 +0200
Ingo Molnar <mingo@xxxxxxx> writes:
* Ingo Molnar <mingo@xxxxxxx> wrote:
* Christoph Lameter <clameter@xxxxxxx> wrote:
Sorry that patch was still against mm1. Here is a fixed up version
that applies cleanly against mm2:
i have applied both patches you sent in this thread but it still
triggers tons of messages:
trying to fix it i realized that i'd have to touch tons of
architectures, which all duplicate this piece of code:
below is an updated patch that includes fixups for i386 - but the real
fix should be to properly reduce the per-arch local.h footprint to the
bare minimum possible, and to do this fix on the asm-generic headers.
I think an even better approach would be to use local_save_flags() /
local_restore_flags () and then use a normal increment and get
rid of smp_processor_id completely.
I've never seen any evidence that the complex and bloated code generated by
this is any better that just enabling/disabling interrupts.
In the x86 world P4 has costly cli/sti, but I wouldn't expect
that problem to be very widespread.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: 2.6.16-rc6-mm2
- From: Keith Owens
- Re: 2.6.16-rc6-mm2
- From: Ingo Molnar
- Re: 2.6.16-rc6-mm2
- References:
- 2.6.16-rc6-mm2
- From: Andrew Morton
- Re: 2.6.16-rc6-mm2
- From: Michal Piotrowski
- Re: 2.6.16-rc6-mm2
- From: Andrew Morton
- Re: 2.6.16-rc6-mm2
- From: Christoph Lameter
- Re: 2.6.16-rc6-mm2
- From: Christoph Lameter
- Re: 2.6.16-rc6-mm2
- From: Andrew Morton
- Re: 2.6.16-rc6-mm2
- From: Christoph Lameter
- Re: 2.6.16-rc6-mm2
- From: Michal Piotrowski
- Re: 2.6.16-rc6-mm2
- From: Christoph Lameter
- Re: 2.6.16-rc6-mm2
- From: Ingo Molnar
- Re: 2.6.16-rc6-mm2
- From: Ingo Molnar
- 2.6.16-rc6-mm2
- Prev by Date: Re: Merge of per task delay accounting (was Re: 2.6.18 -mm merge plans)
- Next by Date: Re: [Linux-fbdev-devel] [PATCH 0/7] Detaching fbcon
- Previous by thread: Re: 2.6.16-rc6-mm2
- Next by thread: Re: 2.6.16-rc6-mm2
- Index(es):
Relevant Pages
|