Skip to content

Commit

Permalink
powerpc: Fix missing 'blr' in _tlbia()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Herrenschmidt authored and Grant Likely committed Dec 21, 2008
1 parent 49e6e3f commit a149535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/mm/hash_low_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -709,3 +709,4 @@ _GLOBAL(_tlbia)
tlbia
sync
#endif /* CONFIG_SMP */
blr

0 comments on commit a149535

Please sign in to comment.