forked from Minki/linux
powerpc: Fix missing 'blr' in _tlbia()
Rework to MMU code dropped a much missed 'blr' instruction. Brown-Paper-Bag-Worn-By: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
49e6e3f1ae
commit
a14953597b
@ -709,3 +709,4 @@ _GLOBAL(_tlbia)
|
|||||||
tlbia
|
tlbia
|
||||||
sync
|
sync
|
||||||
#endif /* CONFIG_SMP */
|
#endif /* CONFIG_SMP */
|
||||||
|
blr
|
||||||
|
Loading…
Reference in New Issue
Block a user