patch-2.4.4 linux/arch/sparc64/kernel/signal32.c
Next file: linux/arch/sparc64/kernel/smp.c
Previous file: linux/arch/sparc64/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Thu Apr 26 22:17:25 2001
- Orig file:
v2.4.3/linux/arch/sparc64/kernel/signal32.c
- Orig date:
Sun Mar 25 18:14:21 2001
diff -u --recursive --new-file v2.4.3/linux/arch/sparc64/kernel/signal32.c linux/arch/sparc64/kernel/signal32.c
@@ -1,4 +1,4 @@
-/* $Id: signal32.c,v 1.69 2001/03/21 11:46:20 davem Exp $
+/* $Id: signal32.c,v 1.70 2001/04/24 01:09:12 davem Exp $
* arch/sparc64/kernel/signal32.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
@@ -786,9 +786,9 @@
if(pte_present(*ptep)) {
unsigned long page = (unsigned long) page_address(pte_page(*ptep));
- __asm__ __volatile__("
- membar #StoreStore
- flush %0 + %1"
+ __asm__ __volatile__(
+ " membar #StoreStore\n"
+ " flush %0 + %1"
: : "r" (page), "r" (address & (PAGE_SIZE - 1))
: "memory");
}
@@ -1235,9 +1235,9 @@
if(pte_present(*ptep)) {
unsigned long page = (unsigned long) page_address(pte_page(*ptep));
- __asm__ __volatile__("
- membar #StoreStore
- flush %0 + %1"
+ __asm__ __volatile__(
+ " membar #StoreStore\n"
+ " flush %0 + %1"
: : "r" (page), "r" (address & (PAGE_SIZE - 1))
: "memory");
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)