1
0
Fork 0

x86, alternatives: Fix one more open-coded 8-bit alternative number

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>
hifive-unleashed-5.1
H. Peter Anvin 2010-07-13 14:55:11 -07:00
parent 83a7a2ad2a
commit df378ccfc4
1 changed files with 1 additions and 1 deletions

View 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