Fix a comment on uncommitted work.
This commit is contained in:
parent
6683b30c03
commit
e8e65e28ca
@ -187,11 +187,7 @@ ENTRY(cpu_switch)
|
|||||||
* to a user process.
|
* to a user process.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/* Load the new proc address */
|
||||||
* Load the proc pointers. If these are the same then we are in the
|
|
||||||
* same process so don't need to switch page tables or issue a
|
|
||||||
* TLB invalidate.
|
|
||||||
*/
|
|
||||||
ldr x28, [x1, #TD_PROC]
|
ldr x28, [x1, #TD_PROC]
|
||||||
|
|
||||||
/* Switch to the new pmap */
|
/* Switch to the new pmap */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user