[IA64] vmcore_find_descriptor_size should be in __init
authorSimon Horman <horms@verge.net.au>
Mon, 29 Oct 2007 08:10:29 +0000 (17:10 +0900)
committerTony Luck <tony.luck@intel.com>
Mon, 29 Oct 2007 17:43:29 +0000 (10:43 -0700)
vmcore_find_descriptor_size() is only called by
reserve_elfcorehdr(), which is in __init, so it seems to me that
vmcore_find_descriptor_size() should be there too.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found