diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-16 22:18:10 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 13:09:25 -0400 |
commit | 91834e685d2059b69c4e8e3d707f35d94438de94 (patch) | |
tree | c97e5d8c2b8fe8de49b9cd32c592ecec4eb3c47a /arch/ia64/xen/time.h | |
parent | a0df655ccd0669bd3efc85346dc816833dd1197f (diff) |
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 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | extern struct pv_time_ops xen_time_ops __initdata; | 23 | extern struct pv_time_ops xen_time_ops __initdata; |
24 | void xen_timer_resume_on_aps(void); | ||