]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/asm-frv/pgtable.h
x86/paravirt: finish change from lazy cpu to context switch start/end
[net-next-2.6.git] / include / asm-frv / pgtable.h
index 235e34a7a340ba690b83612724e5146749757bb7..09887045d03f092f8e3e06a81b891b7fea655e7a 100644 (file)
@@ -74,7 +74,7 @@ static inline int pte_file(pte_t pte) { return 0; }
 #define arch_enter_lazy_mmu_mode()     do {} while (0)
 #define arch_leave_lazy_mmu_mode()     do {} while (0)
 
-#define arch_start_context_switch()    do {} while (0)
+#define arch_start_context_switch(prev)        do {} while (0)
 
 #else /* !CONFIG_MMU */
 /*****************************************************************************/