ia64/pv_ops/xen: elf note based xen startup.
commit0414d1379d9eae1f616354b7023e24e8905b16a9
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 8 May 2008 06:11:08 +0000 (8 15:11 +0900)
committerIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 19 May 2008 11:29:07 +0000 (19 20:29 +0900)
tree10cef0a90c91af66fe1f72b715aa4c947339aef9
parent59cdbebb72786a4876b471eafdd3e4652099a97d
ia64/pv_ops/xen: elf note based xen startup.

This patch enables elf note based xen startup for IA-64, which gives the
kernel an early hint for running on xen like x86 case.
In order to avoid the multi entry point, presumably extending booting
protocol(i.e. extending struct ia64_boot_param) would be necessary.
It probably means that elilo also needs modification.

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
arch/ia64/xen/Makefile
arch/ia64/xen/xen_pv_ops.c [new file with mode: 0644]
arch/ia64/xen/xensetup.S [new file with mode: 0644]