Skip to content

Commit

Permalink
x86, alternatives: Fix one more open-coded 8-bit alternative number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin committed Jul 13, 2010
1 parent 83a7a2a commit df378cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/lib/copy_user_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df378cc

Please sign in to comment.