]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
kexec: fix crash_save_vmcoreinfo_init build problem
authorLuck, Tony <tony.luck@intel.com>
Mon, 20 Oct 2008 22:23:40 +0000 (15:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 22:28:50 +0000 (15:28 -0700)
commit5f41b8cdc6ef33b3432cee36264d628a80398362
tree12cecc77a6123aa456c0c22c90b7e589c93e83c6
parente3d2f927f788adcdabc42f8a1616f6cc56c53bbe
kexec: fix crash_save_vmcoreinfo_init build problem

This fixes

  kernel/kexec.c: In function 'crash_save_vmcoreinfo_init':
  kernel/kexec.c:1374: error: 'vmlist' undeclared (first use in this function)
  kernel/kexec.c:1374: error: (Each undeclared identifier is reported only once
  kernel/kexec.c:1374: error: for each function it appears in.)
  kernel/kexec.c:1410: error: invalid use of undefined type 'struct vm_struct'
  make[1]: *** [kernel/kexec.o] Error 1

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kexec.c