Skip to content

Commit 9502261

Browse files
committed
xen/arch/x86/boot/head.S: Set CBnT support capability in MLE
Signed-off-by: Michał Żygowski <[email protected]>
1 parent 5819be8 commit 9502261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xen/arch/x86/boot/head.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ mle_header:
128128
.long 0x00000000 /* First valid page of MLE */
129129
.long 0x00000000 /* Offset within binary of first byte of MLE */
130130
.long (_end - start) /* Offset within binary of last byte + 1 of MLE */
131-
.long 0x00000323 /* Bit vector of MLE-supported capabilities */
131+
.long 0x00000723 /* Bit vector of MLE-supported capabilities */
132132
.long 0x00000000 /* Starting linear address of command line (unused) */
133133
.long 0x00000000 /* Ending linear address of command line (unused) */
134134

0 commit comments

Comments
 (0)