diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 11:18:10 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 10:09:25 -0700 |
commit | 91834e685d2059b69c4e8e3d707f35d94438de94 (patch) | |
tree | c97e5d8c2b8fe8de49b9cd32c592ecec4eb3c47a /arch/ia64/xen/Makefile | |
parent | a0df655ccd0669bd3efc85346dc816833dd1197f (diff) | |
download | op-kernel-dev-91834e685d2059b69c4e8e3d707f35d94438de94.zip op-kernel-dev-91834e685d2059b69c4e8e3d707f35d94438de94.tar.gz |
ia64/xen: preliminary support for save/restore.
preliminary support for save/restore.
Although Save/restore isn't fully working yet, this patch is necessary
to compile.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile index 972d085..0ad0224 100644 --- a/arch/ia64/xen/Makefile +++ b/arch/ia64/xen/Makefile @@ -3,7 +3,7 @@ # obj-y := hypercall.o xenivt.o xensetup.o xen_pv_ops.o irq_xen.o \ - hypervisor.o xencomm.o xcom_hcall.o grant-table.o time.o + hypervisor.o xencomm.o xcom_hcall.o grant-table.o time.o suspend.o obj-$(CONFIG_IA64_GENERIC) += machvec.o |