diff options
| -rw-r--r-- | arch/parisc/kernel/entry.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index 6f0594439143..535034217021 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S | |||
| @@ -581,7 +581,11 @@ | |||
| 581 | */ | 581 | */ |
| 582 | cmpiclr,= 0x01,\tmp,%r0 | 582 | cmpiclr,= 0x01,\tmp,%r0 |
| 583 | ldi (_PAGE_DIRTY|_PAGE_READ|_PAGE_WRITE),\prot | 583 | ldi (_PAGE_DIRTY|_PAGE_READ|_PAGE_WRITE),\prot |
| 584 | #ifdef CONFIG_64BIT | ||
| 584 | depd,z \prot,8,7,\prot | 585 | depd,z \prot,8,7,\prot |
| 586 | #else | ||
| 587 | depw,z \prot,8,7,\prot | ||
| 588 | #endif | ||
| 585 | /* | 589 | /* |
| 586 | * OK, it is in the temp alias region, check whether "from" or "to". | 590 | * OK, it is in the temp alias region, check whether "from" or "to". |
| 587 | * Check "subtle" note in pacache.S re: r23/r26. | 591 | * Check "subtle" note in pacache.S re: r23/r26. |
