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:
Benjamin Herrenschmidt 2008-12-21 02:54:25 -07:00 committed by Grant Likely
parent 49e6e3f1ae
commit a14953597b

View file

@ -709,3 +709,4 @@ _GLOBAL(_tlbia)
tlbia
sync
#endif /* CONFIG_SMP */
blr