]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
x86, alternatives: Fix one more open-coded 8-bit alternative number
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 13 Jul 2010 21:55:11 +0000 (14:55 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 13 Jul 2010 21:56:16 +0000 (14:56 -0700)
Fix a missing case of an 8-bit alternative number, buried inside an
assembly macro.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Reported-by: Yinghai Lu <yinhai@kernel.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
LKML-Reference: <4C3BDDA3.2060900@kernel.org>

arch/x86/lib/copy_user_64.S

index 71100c98e337026e39afbb059c520f95edb9a01e..a460158b5ac5b76b8d5086b7d1d5a058aa4feef4 100644 (file)
@@ -29,7 +29,7 @@
        .align 8
        .quad  0b
        .quad  2b
-       .byte  \feature                 /* when feature is set */
+       .word  \feature                 /* when feature is set */
        .byte  5
        .byte  5
        .previous