]> git.baikalelectronics.ru Git - kernel.git/commit
[PARISC] fix TLB fault path on PA2.0 narrow systems
authorJames Bottomley <JBottomley@Parallels.com>
Mon, 21 May 2012 06:49:01 +0000 (07:49 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 25 May 2012 09:52:17 +0000 (10:52 +0100)
commitf69837cd1f4b9e96f5274593487a59c9f9f1552a
tree21cf299abdaf27bddc86a8177f99f1bb178ab4a4
parent25fd9d4182570bd933855140e40d094530dec9d6
[PARISC] fix TLB fault path on PA2.0 narrow systems

commit f1ebe3ad67d013d0b65854f85296693206dde32e
Author: James Bottomley <JBottomley@Parallels.com>

    [PARISC] fix PA1.1 oops on boot

Didn't quite fix the crash on boot.  It moved it from PA1.1 processors to
PA2.0 narrow kernels.  The final fix is to make sure the [id]tlb_miss_20 paths
also work.  Even on narrow systems, these paths require using the wide
instructions becuase the tlb insertion format is wide.  Fix this by
conditioning the dep[wd],z on whether we're being called from _11 or _20[w]
paths.

Tested-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
arch/parisc/kernel/entry.S