patch-2.1.9 linux/include/asm-sparc/vac-ops.h

Next file: linux/include/asm-sparc/vaddrs.h
Previous file: linux/include/asm-sparc/user.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/asm-sparc/vac-ops.h linux/include/asm-sparc/vac-ops.h
@@ -1,4 +1,4 @@
-/* $Id: vac-ops.h,v 1.11 1996/04/25 06:13:38 davem Exp $ */
+/* $Id: vac-ops.h,v 1.12 1996/07/08 15:12:30 ecd Exp $ */
 #ifndef _SPARC_VAC_OPS_H
 #define _SPARC_VAC_OPS_H
 
@@ -79,7 +79,7 @@
  * a 'bad alias'.
  */
 #define S4CVAC_BADALIAS(vaddr1, vaddr2) \
-        (((unsigned long) (vaddr1)) ^ ((unsigned long) (vaddr2)) & \
+        ((((unsigned long) (vaddr1)) ^ ((unsigned long) (vaddr2))) & \
 	 (S4CVAC_BADBITS))
 
 /* The following structure describes the characteristics of a sun4c

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov