aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/paravirt.h')
-rw-r--r--arch/x86/include/asm/paravirt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
index b17365c39749..016dce311305 100644
--- a/arch/x86/include/asm/paravirt.h
+++ b/arch/x86/include/asm/paravirt.h
@@ -1524,8 +1524,8 @@ extern struct paravirt_patch_site __parainstructions[],
1524#define PV_RESTORE_REGS "popl %edx; popl %ecx;" 1524#define PV_RESTORE_REGS "popl %edx; popl %ecx;"
1525 1525
1526/* save and restore all caller-save registers, except return value */ 1526/* save and restore all caller-save registers, except return value */
1527#define PV_SAVE_ALL_CALLER_REGS PV_SAVE_REGS 1527#define PV_SAVE_ALL_CALLER_REGS "pushl %ecx;"
1528#define PV_RESTORE_ALL_CALLER_REGS PV_RESTORE_REGS 1528#define PV_RESTORE_ALL_CALLER_REGS "popl %ecx;"
1529 1529
1530#define PV_FLAGS_ARG "0" 1530#define PV_FLAGS_ARG "0"
1531#define PV_EXTRA_CLOBBERS 1531#define PV_EXTRA_CLOBBERS