diff options
Diffstat (limited to 'include/asm-i386/alternative.h')
-rw-r--r-- | include/asm-i386/alternative.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/alternative.h b/include/asm-i386/alternative.h index 96adbabec740..bb3b6317c810 100644 --- a/include/asm-i386/alternative.h +++ b/include/asm-i386/alternative.h | |||
@@ -116,7 +116,7 @@ static inline void alternatives_smp_switch(int smp) {} | |||
116 | " .align 4\n" \ | 116 | " .align 4\n" \ |
117 | " .long 661b\n" /* label */ \ | 117 | " .long 661b\n" /* label */ \ |
118 | " .long 663f\n" /* new instruction */ \ | 118 | " .long 663f\n" /* new instruction */ \ |
119 | " .byte 0x68\n" /* X86_FEATURE_UP */ \ | 119 | " .byte " __stringify(X86_FEATURE_UP) "\n" \ |
120 | " .byte 662b-661b\n" /* sourcelen */ \ | 120 | " .byte 662b-661b\n" /* sourcelen */ \ |
121 | " .byte 664f-663f\n" /* replacementlen */ \ | 121 | " .byte 664f-663f\n" /* replacementlen */ \ |
122 | ".previous\n" \ | 122 | ".previous\n" \ |