diff options
author | Helge Deller <deller@gmx.de> | 2018-08-23 23:06:25 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-10-17 08:18:00 +0200 |
commit | cd2b8520681a57dec6986f5ba62b2b23e831b98c (patch) | |
tree | 896ca822168f54d6fd5daa0d3120124736ed1545 /arch/parisc | |
parent | 0238df646e6224016a45505d2c111a24669ebe21 (diff) |
parisc: Use PARISC_ITLB_TRAP constant in entry.S
Fixes: 5b00ca0b8035 ("parisc: Restore possibility to execute 64-bit applications")
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index 242c5ab65611..04367b2b3b43 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S @@ -1658,7 +1658,7 @@ dbit_fault: itlb_fault: b intr_save - ldi 6,%r8 + ldi PARISC_ITLB_TRAP,%r8 nadtlb_fault: b intr_save |