patch-2.4.8 linux/include/asm-s390/pgtable.h
Next file: linux/include/asm-s390/processor.h
Previous file: linux/include/asm-s390/page.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Jul 25 14:12:02 2001
- Orig file:
v2.4.7/linux/include/asm-s390/pgtable.h
- Orig date:
Tue Feb 13 14:13:44 2001
diff -u --recursive --new-file v2.4.7/linux/include/asm-s390/pgtable.h linux/include/asm-s390/pgtable.h
@@ -345,7 +345,7 @@
extern inline pte_t pte_mkold(pte_t pte)
{
- asm volatile ("rrbe 0,%0" : : "a" (pte_val(pte)));
+ asm volatile ("rrbe 0,%0" : : "a" (pte_val(pte)) : "cc" );
return pte;
}
@@ -364,7 +364,8 @@
asm volatile ("rrbe 0,%1\n\t"
"ipm %0\n\t"
- "srl %0,28\n\t" : "=d" (ccode) : "a" (pte_val(*ptep)));
+ "srl %0,28\n\t"
+ : "=d" (ccode) : "a" (pte_val(*ptep)) : "cc" );
return ccode & 2;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)