x86/paravirt: finish change from lazy cpu to context switch start/end
[deliverable/linux.git] / arch / x86 / include / asm / pgtable.h
index d0812e155f1d60da04c614bee8b97e2e33869876..24e42836e92142f339e068feea1a514f29d593d6 100644 (file)
@@ -83,6 +83,8 @@ static inline void __init paravirt_pagetable_setup_done(pgd_t *base)
 #define pte_val(x)     native_pte_val(x)
 #define __pte(x)       native_make_pte(x)
 
+#define arch_end_context_switch(prev)  do {} while(0)
+
 #endif /* CONFIG_PARAVIRT */
 
 /*
This page took 0.029004 seconds and 5 git commands to generate.