parisc: Restore possibility to execute 64-bit applications

Executing 64-bit applications was broken. This patch restores this
support and cleans up some code paths.

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2018-08-16 22:39:50 +02:00
bovenliggende c8921d72e3
commit 5b00ca0b80
6 gewijzigde bestanden met toevoegingen van 39 en 39 verwijderingen

Bestand weergeven

@@ -557,7 +557,7 @@ void notrace handle_interruption(int code, struct pt_regs *regs)
cpu_lpmc(5, regs);
return;
case 6:
case PARISC_ITLB_TRAP:
/* Instruction TLB miss fault/Instruction page fault */
fault_address = regs->iaoq[0];
fault_space = regs->iasq[0];