[IA64] move patchlist and machvec into init section
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Sun, 12 Mar 2006 17:20:27 +0000 (09:20 -0800)
committerTony Luck <tony.luck@intel.com>
Thu, 23 Mar 2006 00:55:05 +0000 (16:55 -0800)
commit39e18de810049e836390830174a248ad241b156a
tree43fa9f4d3e3b842e9556f4ce3d93386edef93902
parent03906ea0345d3ae6e906495f86846afa4b8b69b6
[IA64] move patchlist and machvec into init section

ia64_mv is initialized based on platform detected or specified.
However, there is one instantiation of each platform type.  We
don't expect to switch platform vector during run time.  Move
those platform specific type into init section since a copy is
made into global ia64_mv at initialization.

Also move instruction patch list into init section as well.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/vmlinux.lds.S