]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/x86/kernel/entry_32.S
x86, asm: Restore parentheses around one pushl_cfi argument
[net-next-2.6.git] / arch / x86 / kernel / entry_32.S
index f73a4b881aa947a709b085fc07f93727c9cbde3a..59e175e89599c96462707f8fe368a86405e9bce4 100644 (file)
@@ -395,7 +395,7 @@ sysenter_past_esp:
         * A tiny bit of offset fixup is necessary - 4*4 means the 4 words
         * pushed above; +8 corresponds to copy_thread's esp0 setting.
         */
-       pushl_cfi TI_sysenter_return-THREAD_SIZE_asm+8+4*4(%esp)
+       pushl_cfi (TI_sysenter_return-THREAD_SIZE_asm+8+4*4)(%esp)
        CFI_REL_OFFSET eip, 0
 
        pushl_cfi %eax