add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros
authorKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Wed, 17 Oct 2007 06:27:30 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:54 +0000 (08:42 -0700)
commitbcbba6c10ef6b14b0542d7ed7380e95168175818
tree052c7c8062d7348a7caf8c4780d2a65aa81a9ca7
parent00cab92f9e91c0feeaca11a485b15175304779d5
add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros

Add a prefix "VMCOREINFO_" to the vmcoreinfo macros.  Old vmcoreinfo macros
were defined as generic names SYMBOL/SIZE/OFFSET /LENGTH/CONFIG, and it is
impossible to grep for them.  So these names should be changed.  This
discussion is the following:
http://www.ussg.iu.edu/hypermail/linux/kernel/0709.1/0415.html

Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/machine_kexec.c
arch/x86/kernel/machine_kexec_32.c
arch/x86/kernel/machine_kexec_64.c
include/linux/kexec.h
kernel/kexec.c