]> Git Repo - linux.git/commit
[PATCH] x86-64: Account for module percpu space separately from kernel percpu
authorJeremy Fitzhardinge <[email protected]>
Wed, 2 May 2007 17:27:11 +0000 (19:27 +0200)
committerAndi Kleen <[email protected]>
Wed, 2 May 2007 17:27:11 +0000 (19:27 +0200)
commitb00742d399513a4100c24cc2accefdc1bb1e0b15
tree57551a08eb218ed4aadb0a90806f33826df27f8a
parentbbba11c35baaad3f70f32e185a2c1d40d7901fe9
[PATCH] x86-64: Account for module percpu space separately from kernel percpu

Rather than using a single constant PERCPU_ENOUGH_ROOM, compute it as
the sum of kernel_percpu + PERCPU_MODULE_RESERVE.  This is now common
to all architectures; if an architecture wants to set
PERCPU_ENOUGH_ROOM to something special, then it may do so (ia64 is
the only one which does).

Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Andi Kleen <[email protected]>
include/asm-alpha/percpu.h
include/asm-sparc64/percpu.h
include/asm-x86_64/percpu.h
include/linux/percpu.h
kernel/module.c
This page took 0.054964 seconds and 4 git commands to generate.