search for: streucut

Displaying 4 results from an estimated 4 matches for "streucut".

Did you mean: streucute
2008 Jul 04
0
[PATCH] ia64/xen: add a neccessary header file to copmle include/xen/interface/xen.h
...s changed, 5 insertions(+), 0 deletions(-) create mode 100644 include/asm-ia64/pvclock-abi.h diff --git a/include/asm-ia64/pvclock-abi.h b/include/asm-ia64/pvclock-abi.h new file mode 100644 index 0000000..1c34d11 --- /dev/null +++ b/include/asm-ia64/pvclock-abi.h @@ -0,0 +1,5 @@ +/* + * use same streucute to x86's + * Hopefully asm-x86/pvclock-abi.h would be moved to somewhere more generic. + */ +#include <asm-x86/pvclock-abi.h> -- 1.5.3 -- yamahata
2008 Jul 04
0
[PATCH] ia64/xen: add a neccessary header file to copmle include/xen/interface/xen.h
...s changed, 5 insertions(+), 0 deletions(-) create mode 100644 include/asm-ia64/pvclock-abi.h diff --git a/include/asm-ia64/pvclock-abi.h b/include/asm-ia64/pvclock-abi.h new file mode 100644 index 0000000..1c34d11 --- /dev/null +++ b/include/asm-ia64/pvclock-abi.h @@ -0,0 +1,5 @@ +/* + * use same streucute to x86's + * Hopefully asm-x86/pvclock-abi.h would be moved to somewhere more generic. + */ +#include <asm-x86/pvclock-abi.h> -- 1.5.3 -- yamahata
2008 Jul 17
31
[PATCH 00/29] ia64/xen domU take 9
This patchset is ia64/xen domU patch take 9 which is rebased to 2.6.26 This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen
2008 Jul 17
31
[PATCH 00/29] ia64/xen domU take 9
This patchset is ia64/xen domU patch take 9 which is rebased to 2.6.26 This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen