]> git.baikalelectronics.ru Git - kernel.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)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 16 May 2012 10:14:45 +0000 (11:14 +0100)
commit45f16ef46bb22c57464e796de49a318d89950fa3
tree1f0aaabc6daadfa4dce69af0a7dafa5f6f48a11d
parent9fe4d91de09ceb8dc865396752a1fcd90ee51fdb
[PARISC] fix PA1.1 oops on boot

All PA1.1 systems have been oopsing on boot since

commit b2482eb22c5a728cb6df57fb675a2c6d15ab7a3e
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.
Cc: stable@vger.kernel.org #2.6.39+
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
arch/parisc/kernel/entry.S