]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PARISC: fix PA1.1 oops on boot
authorJames Bottomley <JBottomley@Parallels.com>
Tue, 15 May 2012 10:04:19 +0000 (11:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:15:40 +0000 (15:15 +0800)
commit31df6ef255a183cc9c8caa1ccc3b14e935505c02
tree0e7514dccae2abbf3008b565271a1e82960c78d2
parent3735b0a1d73af536484ddefef4d8438dd468c4a6
PARISC: fix PA1.1 oops on boot

commit 5e185581d7c46ddd33cd9c01106d1fc86efb9376 upstream.

All PA1.1 systems have been oopsing on boot since

commit f311847c2fcebd81912e2f0caf8a461dec28db41
Author: James Bottomley <James.Bottomley@HansenPartnership.com>
Date:   Wed Dec 22 10:22:11 2010 -0600

    parisc: flush pages through tmpalias space

because a PA2.0 instruction was accidentally introduced into the PA1.1 TLB
insertion interruption path when it was consolidated with the do_alias macro.
Fix the do_alias macro only to use PA2.0 instructions if compiled for 64 bit.

Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/entry.S