Displaying 1 result from an estimated 1 matches for "__xen_asm_shared_h__".
2006 Oct 04
0
[PATCH,RFC 6/17] 32-on-64 shared info handling
...;$@.new
mv -f $@.new $@
Index: 2006-10-04/xen/include/asm-ia64/shared.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ 2006-10-04/xen/include/asm-ia64/shared.h 2006-10-04 15:11:03.000000000 +0200
@@ -0,0 +1,4 @@
+#ifndef __XEN_ASM_SHARED_H__
+#define __XEN_ASM_SHARED_H__
+
+#endif /* __XEN_ASM_SHARED_H__ */
Index: 2006-10-04/xen/include/asm-powerpc/shared.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ 2006-10-04/xen/include/asm-powerpc/shared.h 2006-10-04 15:1...