[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Update sn_sal.h to latest 2.6.20 version
# HG changeset patch # User awilliam@xxxxxxxxxxxx # Date 1172770318 25200 # Node ID f21250323a30f0581e0a7451f74b2fb8f597b3cc # Parent b3e19f3092b6d3a7b62e08a8430832dcc99a2758 [IA64] Update sn_sal.h to latest 2.6.20 version Signed-off-by: Jes Sorensen <jes@xxxxxxx> --- xen/include/asm-ia64/linux/asm/sn/README.origin | 3 ++- xen/include/asm-ia64/linux/asm/sn/sn_sal.h | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff -r b3e19f3092b6 -r f21250323a30 xen/include/asm-ia64/linux/asm/sn/README.origin --- a/xen/include/asm-ia64/linux/asm/sn/README.origin Wed Feb 28 11:02:16 2007 -0700 +++ b/xen/include/asm-ia64/linux/asm/sn/README.origin Thu Mar 01 10:31:58 2007 -0700 @@ -18,7 +18,8 @@ simulator.h -> linux/include/asm-ia64/s simulator.h -> linux/include/asm-ia64/sn/simulator.h sn_cpuid.h -> linux/include/asm-ia64/sn/sn_cpuid.h sn_feature_sets.h -> linux/include/asm-ia64/sn/sn_feature_sets.h -sn_sal.h -> linux/include/asm-ia64/sn/sn_sal.h tiocp.h -> linux/include/asm-ia64/sn/tiocp.h xbow.h -> linux/arch/ia64/sn/include/xtalk/xbow.h xwidgetdev.h -> linux/arch/ia64/sn/include/xtalk/xwidgetdev.h +# from 2.6.20 +sn_sal.h -> linux/include/asm-ia64/sn/sn_sal.h diff -r b3e19f3092b6 -r f21250323a30 xen/include/asm-ia64/linux/asm/sn/sn_sal.h --- a/xen/include/asm-ia64/linux/asm/sn/sn_sal.h Wed Feb 28 11:02:16 2007 -0700 +++ b/xen/include/asm-ia64/linux/asm/sn/sn_sal.h Thu Mar 01 10:31:58 2007 -0700 @@ -77,6 +77,7 @@ #define SN_SAL_IOIF_GET_WIDGET_DMAFLUSH_LIST 0x02000058 // deprecated #define SN_SAL_IOIF_GET_DEVICE_DMAFLUSH_LIST 0x0200005a +#define SN_SAL_IOIF_INIT 0x0200005f #define SN_SAL_HUB_ERROR_INTERRUPT 0x02000060 #define SN_SAL_BTE_RECOVER 0x02000061 #define SN_SAL_RESERVED_DO_NOT_USE 0x02000062 @@ -86,6 +87,8 @@ #define SN_SAL_SET_OS_FEATURE_SET 0x02000066 #define SN_SAL_INJECT_ERROR 0x02000067 #define SN_SAL_SET_CPU_NUMBER 0x02000068 + +#define SN_SAL_KERNEL_LAUNCH_EVENT 0x02000069 /* * Service-specific constants @@ -1154,4 +1157,11 @@ ia64_sn_set_cpu_number(int cpu) SAL_CALL_NOLOCK(rv, SN_SAL_SET_CPU_NUMBER, cpu, 0, 0, 0, 0, 0, 0); return rv.status; } +static inline int +ia64_sn_kernel_launch_event(void) +{ + struct ia64_sal_retval rv; + SAL_CALL_NOLOCK(rv, SN_SAL_KERNEL_LAUNCH_EVENT, 0, 0, 0, 0, 0, 0, 0); + return rv.status; +} #endif /* _ASM_IA64_SN_SN_SAL_H */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |