diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 04:18:10 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 19:09:25 +0200 |
commit | 91834e685d2059b69c4e8e3d707f35d94438de94 (patch) | |
tree | c97e5d8c2b8fe8de49b9cd32c592ecec4eb3c47a /arch/ia64/xen/time.h | |
parent | ia64/xen: define xen machine vector for domU. (diff) | |
download | linux-91834e685d2059b69c4e8e3d707f35d94438de94.tar.xz linux-91834e685d2059b69c4e8e3d707f35d94438de94.zip |
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/time.h')
-rw-r--r-- | arch/ia64/xen/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/xen/time.h b/arch/ia64/xen/time.h index b9c7ec5f9cfa..f98d7e1a42f0 100644 --- a/arch/ia64/xen/time.h +++ b/arch/ia64/xen/time.h @@ -21,3 +21,4 @@ */ extern struct pv_time_ops xen_time_ops __initdata; +void xen_timer_resume_on_aps(void); |