diff options
Diffstat (limited to 'include/asm-i386/paravirt.h')
-rw-r--r-- | include/asm-i386/paravirt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/paravirt.h b/include/asm-i386/paravirt.h index 32acebce9ae2..f0bdaea6235d 100644 --- a/include/asm-i386/paravirt.h +++ b/include/asm-i386/paravirt.h | |||
@@ -434,6 +434,9 @@ static inline void pmd_clear(pmd_t *pmdp) | |||
434 | #define arch_leave_lazy_mmu_mode() paravirt_ops.set_lazy_mode(PARAVIRT_LAZY_NONE) | 434 | #define arch_leave_lazy_mmu_mode() paravirt_ops.set_lazy_mode(PARAVIRT_LAZY_NONE) |
435 | #define arch_flush_lazy_mmu_mode() paravirt_ops.set_lazy_mode(PARAVIRT_LAZY_FLUSH) | 435 | #define arch_flush_lazy_mmu_mode() paravirt_ops.set_lazy_mode(PARAVIRT_LAZY_FLUSH) |
436 | 436 | ||
437 | void _paravirt_nop(void); | ||
438 | #define paravirt_nop ((void *)_paravirt_nop) | ||
439 | |||
437 | /* These all sit in the .parainstructions section to tell us what to patch. */ | 440 | /* These all sit in the .parainstructions section to tell us what to patch. */ |
438 | struct paravirt_patch { | 441 | struct paravirt_patch { |
439 | u8 *instr; /* original instructions */ | 442 | u8 *instr; /* original instructions */ |