patch-2.4.8 linux/include/asm-s390x/page.h
Next file: linux/include/asm-s390x/pci.h
Previous file: linux/include/asm-s390x/lowcore.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jul 25 14:12:02 2001
- Orig file:
v2.4.7/linux/include/asm-s390x/page.h
- Orig date:
Wed Apr 11 19:02:29 2001
diff -u --recursive --new-file v2.4.7/linux/include/asm-s390x/page.h linux/include/asm-s390x/page.h
@@ -26,7 +26,7 @@
" slgr 1,1\n"
" mvcl 2,0"
: : "a" ((void *) (page))
- : "memory", "1", "2", "3" );
+ : "memory", "cc", "1", "2", "3" );
}
static inline void copy_page(void *to, void *from)
@@ -35,7 +35,7 @@
asm volatile (" sgr 0,0\n"
" mvpg %0,%1"
: : "a" ((void *)(to)), "a" ((void *)(from))
- : "memory", "0" );
+ : "memory", "cc", "0" );
else
asm volatile (" mvc 0(256,%0),0(%1)\n"
" mvc 256(256,%0),256(%1)\n"
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)