mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
The flushrs instruction must be the first in an instruction
group. GNU as(1) already made sure of that, but it's better to actually have the code right. MFC after: 1 week
This commit is contained in:
parent
f04c3a5908
commit
b4431d3218
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172691
@ -76,6 +76,7 @@ ENTRY_NOPROFILE(ia64_change_mode, 0)
|
||||
mov ar.rsc=0 // turn off RSE
|
||||
(p6) mov r15=7 // RR base for virtual addresses
|
||||
(p7) mov r15=0 // RR base for physical addresses
|
||||
;;
|
||||
flushrs // no dirty registers please
|
||||
srlz.i
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user