Skip to content

Commit

Permalink
xen/arch/x86/boot/head.S: Set CBnT support capability in MLE
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Sep 15, 2024
1 parent e25aafe commit f5e4018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xen/arch/x86/boot/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ mle_header:
.long 0x00000000 /* First valid page of MLE */
.long 0x00000000 /* Offset within binary of first byte of MLE */
.long (_end - start) /* Offset within binary of last byte + 1 of MLE */
.long 0x00000323 /* Bit vector of MLE-supported capabilities */
.long 0x00000723 /* Bit vector of MLE-supported capabilities */
.long 0x00000000 /* Starting linear address of command line (unused) */
.long 0x00000000 /* Ending linear address of command line (unused) */

Expand Down

0 comments on commit f5e4018

Please sign in to comment.