Displaying 4 results from an estimated 4 matches for "cpuinfo_x".
2007 Apr 18
1
[PATCH 0 of 7] lguest host code
These seven patches replace [PATCH 6/10], or in the second send, patches
6a. 6b, 6c and 6d.
There are more patches because Andi hassled me about extern decls, so I
had to expose some things. Tiny patches, but worth separating because
you never know when such changes will break something. Compiles and
runs here...
Thanks,
Rusty.
2007 Apr 18
1
[PATCH 0 of 7] lguest host code
These seven patches replace [PATCH 6/10], or in the second send, patches
6a. 6b, 6c and 6d.
There are more patches because Andi hassled me about extern decls, so I
had to expose some things. Tiny patches, but worth separating because
you never know when such changes will break something. Compiles and
runs here...
Thanks,
Rusty.
2007 Apr 18
1
[RFC, PATCH 12/24] i386 Vmi processor header
...- "pushl %0;"
- "popfl"
- : "=&r" (reg)
- : "i" (~X86_EFLAGS_IOPL), "r" (mask));
-}
-
/* Forward declaration, a strange C thing */
struct task_struct;
struct mm_struct;
@@ -740,4 +643,8 @@ extern void mcheck_init(struct cpuinfo_x
#define mcheck_init(c) do {} while(0)
#endif
+#include <mach_processor.h>
+
+#define stts() write_cr0(8 | read_cr0())
+
#endif /* __ASM_I386_PROCESSOR_H */
Index: linux-2.6.16-rc5/include/asm-i386/mach-vmi/mach_processor.h
=================================================================...
2007 Apr 18
1
[RFC, PATCH 12/24] i386 Vmi processor header
...- "pushl %0;"
- "popfl"
- : "=&r" (reg)
- : "i" (~X86_EFLAGS_IOPL), "r" (mask));
-}
-
/* Forward declaration, a strange C thing */
struct task_struct;
struct mm_struct;
@@ -740,4 +643,8 @@ extern void mcheck_init(struct cpuinfo_x
#define mcheck_init(c) do {} while(0)
#endif
+#include <mach_processor.h>
+
+#define stts() write_cr0(8 | read_cr0())
+
#endif /* __ASM_I386_PROCESSOR_H */
Index: linux-2.6.16-rc5/include/asm-i386/mach-vmi/mach_processor.h
=================================================================...