Module Name:    src
Committed By:   christos
Date:           Sun Jan 15 18:03:12 UTC 2017

Modified Files:
        src/sys/arch/hppa/include: lock.h

Log Message:
undo paren change


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/lock.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/include/lock.h
diff -u src/sys/arch/hppa/include/lock.h:1.18 src/sys/arch/hppa/include/lock.h:1.19
--- src/sys/arch/hppa/include/lock.h:1.18	Sun Jan 15 10:27:41 2017
+++ src/sys/arch/hppa/include/lock.h	Sun Jan 15 13:03:12 2017
@@ -1,4 +1,4 @@
-/* 	$NetBSD: lock.h,v 1.18 2017/01/15 15:27:41 christos Exp $	*/
+/* 	$NetBSD: lock.h,v 1.19 2017/01/15 18:03:12 christos Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 #define HPPA_LDCW_ALIGN	16UL
 
 #define __SIMPLELOCK_ALIGN(p) \
-    (volatile unsigned long *)(((uintptr_t)((p) + HPPA_LDCW_ALIGN - 1)) & \
+    (volatile unsigned long *)((((uintptr_t)(p) + HPPA_LDCW_ALIGN - 1)) & \
     ~(HPPA_LDCW_ALIGN - 1))
 
 #define __SIMPLELOCK_RAW_LOCKED		0UL

Reply via email to