kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE
authorHuang Ying <ying.huang@intel.com>
Fri, 15 Aug 2008 07:40:22 +0000 (00:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Aug 2008 15:35:42 +0000 (08:35 -0700)
commit163f6876f5c3ff8215e900b93779e960a56b3694
tree9ba2df8417dedd3a17cf3ba4cba5a2acd578ee3a
parent7ade3fcc1fe2801336112027a884070c9ca451af
kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE

Rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE, because control
page is used for not only code on some platform.  For example in kexec
jump, it is used for data and stack too.

[akpm@linux-foundation.org: unbreak powerpc and arm, finish conversion]
Signed-off-by: Huang Ying <ying.huang@intel.com>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
12 files changed:
arch/arm/include/asm/kexec.h
arch/arm/kernel/machine_kexec.c
arch/ia64/include/asm/kexec.h
arch/powerpc/include/asm/kexec.h
arch/powerpc/kernel/machine_kexec_32.c
arch/s390/include/asm/kexec.h
arch/sh/include/asm/kexec.h
arch/x86/kernel/machine_kexec_32.c
include/asm-mips/kexec.h
include/asm-x86/kexec.h
include/linux/kexec.h
kernel/kexec.c