Fix a comment on uncommitted work.

This commit is contained in:
Andrew Turner 2017-08-22 13:53:53 +00:00
parent 6683b30c03
commit e8e65e28ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322787

View File

@ -187,11 +187,7 @@ ENTRY(cpu_switch)
* to a user process.
*/
/*
* 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.
*/
/* Load the new proc address */
ldr x28, [x1, #TD_PROC]
/* Switch to the new pmap */