浏览代码

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>
John David Anglin 16 年之前
父节点
当前提交
2678251b20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/parisc/kernel/entry.S

+ 1 - 1
arch/parisc/kernel/entry.S

@@ -553,7 +553,7 @@
 	 * on most of those machines only handles cache transactions.
 	 * on most of those machines only handles cache transactions.
 	 */
 	 */
 	extrd,u,*=	\pte,_PAGE_NO_CACHE_BIT+32,1,%r0
 	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 */
 	/* Drop prot bits and convert to page addr for iitlbt and idtlbt */
 	convert_for_tlb_insert20 \pte
 	convert_for_tlb_insert20 \pte