start.cold/warm: Correct MSR instructions (#42)
The second operand needs to be an immediate
This commit is contained in:
@@ -10,7 +10,7 @@ __start_cold:
|
|||||||
*/
|
*/
|
||||||
/* The following comments are mine. */
|
/* The following comments are mine. */
|
||||||
/* mask all interrupts */
|
/* mask all interrupts */
|
||||||
msr daifset, daif
|
msr daifset, 0b1111
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Enable invalidates of branch target buffer, then flush
|
Enable invalidates of branch target buffer, then flush
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ __start_warm:
|
|||||||
*/
|
*/
|
||||||
/* The following comments are mine. */
|
/* The following comments are mine. */
|
||||||
/* mask all interrupts */
|
/* mask all interrupts */
|
||||||
msr daifset, daif
|
msr daifset, 0b1111
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Enable invalidates of branch target buffer, then flush
|
Enable invalidates of branch target buffer, then flush
|
||||||
|
|||||||
Reference in New Issue
Block a user