Commit e635c96e authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Kyle McMartin

[PARISC] Explicitly specify sr4 when flushing kernel space

Specify sr4 when flushing kernel space (we could equally well use sr5-7,
but must not use sr0).
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 9b3b331d
...@@ -949,23 +949,23 @@ flush_kernel_icache_page: ...@@ -949,23 +949,23 @@ flush_kernel_icache_page:
sub %r25, %r23, %r25 sub %r25, %r23, %r25
1: fic,m %r23(%r26) 1: fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
CMPB<< %r26, %r25, 1b CMPB<< %r26, %r25, 1b
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
sync sync
bv %r0(%r2) bv %r0(%r2)
...@@ -987,7 +987,7 @@ flush_kernel_icache_range_asm: ...@@ -987,7 +987,7 @@ flush_kernel_icache_range_asm:
ANDCM %r26, %r21, %r26 ANDCM %r26, %r21, %r26
1: CMPB<<,n %r26, %r25, 1b 1: CMPB<<,n %r26, %r25, 1b
fic,m %r23(%r26) fic,m %r23(%sr4, %r26)
sync sync
bv %r0(%r2) bv %r0(%r2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment