diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 11:17:58 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 10:02:21 -0700 |
commit | 080104cd0f708b6bb5a121922801867a29ad63fc (patch) | |
tree | 119f220c954dc731322ff759fcfb5ae0a8836a75 /arch/ia64/xen/Makefile | |
parent | c7fdaf338679f5e0343bfdfa7ae1e2fdb41ff0b1 (diff) | |
download | kernel_samsung_smdk4412-080104cd0f708b6bb5a121922801867a29ad63fc.zip kernel_samsung_smdk4412-080104cd0f708b6bb5a121922801867a29ad63fc.tar.gz kernel_samsung_smdk4412-080104cd0f708b6bb5a121922801867a29ad63fc.tar.bz2 |
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>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/Makefile')
-rw-r--r-- | arch/ia64/xen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile index eb59563..abc356f 100644 --- a/arch/ia64/xen/Makefile +++ b/arch/ia64/xen/Makefile @@ -2,4 +2,5 @@ # Makefile for Xen components # -obj-y := hypercall.o xencomm.o xcom_hcall.o grant-table.o +obj-y := hypercall.o xensetup.o xen_pv_ops.o \ + xencomm.o xcom_hcall.o grant-table.o |