Files
linux-kernel-test/arch/x86/kernel
Eric Dumazet 5c1eb08936 x86-32: Restore irq stacks NUMA-aware allocations
Commit 22d4cd4c4d ("Allocate irq stacks seperate from percpu
area") removed NUMA affinity of IRQ stacks as side-effect of
the fix.

Using alloc_pages_node() instead of __get_free_pages() is safe,
even if the target node has no available LOWMEM pages :
alloc_pages_node() fallbacks to another node.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Brian Gerst <brgerst@gmail.com>
Cc: tj@kernel.org
Cc: torvalds@linux-foundation.org
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <1288276854.2649.607.camel@edumazet-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2010-10-29 08:17:07 +02:00
..
2010-08-27 11:12:29 -07:00
2010-07-21 11:33:27 -07:00
2010-07-21 21:23:51 -07:00
2010-08-27 11:12:29 -07:00
2010-09-22 16:33:03 -04:00
2010-10-25 19:38:52 +02:00
2010-10-15 19:37:39 +02:00
2010-03-26 11:33:57 +01:00
2010-02-16 18:21:32 +01:00
2010-07-21 21:23:40 -07:00