Displaying 2 results from an estimated 2 matches for "__asm_mach_mmu_h".
2007 Apr 18
0
[PATCH 14/14] i386 / Introduce hypervisor lazy pinning hooks
...t/mach_mmu.h
===================================================================
--- linux-2.6.13.orig/include/asm-i386/mach-default/mach_mmu.h 2005-08-10 17:11:40.000000000 -0700
+++ linux-2.6.13/include/asm-i386/mach-default/mach_mmu.h 2005-08-10 17:11:40.000000000 -0700
@@ -0,0 +1,10 @@
+#ifndef __ASM_MACH_MMU_H
+#define __ASM_MACH_MMU_H
+
+/*
+ * Stub hooks for lazy hypervisor pinning.
+ */
+#define add_lazy_mm(_mm)
+#define del_lazy_mm(_mm)
+
+#endif
2007 Apr 18
0
[PATCH 14/14] i386 / Introduce hypervisor lazy pinning hooks
...t/mach_mmu.h
===================================================================
--- linux-2.6.13.orig/include/asm-i386/mach-default/mach_mmu.h 2005-08-10 17:11:40.000000000 -0700
+++ linux-2.6.13/include/asm-i386/mach-default/mach_mmu.h 2005-08-10 17:11:40.000000000 -0700
@@ -0,0 +1,10 @@
+#ifndef __ASM_MACH_MMU_H
+#define __ASM_MACH_MMU_H
+
+/*
+ * Stub hooks for lazy hypervisor pinning.
+ */
+#define add_lazy_mm(_mm)
+#define del_lazy_mm(_mm)
+
+#endif