diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2009-07-13 01:44:37 +0000 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2009-08-02 12:36:05 +0200 |
commit | 2678251b207394aa8b9d92c653c05a8b3449f1f5 (patch) | |
tree | 3f8c6193bc7e8889ea46daf5b3bfd208e6df5ae6 /arch/parisc | |
parent | 6b4dbcd86a9d464057fcc7abe4d0574093071fcc (diff) |
parisc: Set correct bit in protection flags
Signed-off-by: John David Anglin <dave@hiauly1.hia.nrc.ca>
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 ae3e70cd1e1..e552e547cb9 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S @@ -553,7 +553,7 @@ * on most of those machines only handles cache transactions. */ extrd,u,*= \pte,_PAGE_NO_CACHE_BIT+32,1,%r0 - depi 1,12,1,\prot + depdi 1,12,1,\prot /* Drop prot bits and convert to page addr for iitlbt and idtlbt */ convert_for_tlb_insert20 \pte |