Module Name:    src
Committed By:   uebayasi
Date:           Thu Feb 25 05:13:01 UTC 2010

Modified Files:
        src/sys/arch/sh3/include [uebayasi-xip]: vmparam.h

Log Message:
Make this reall build.


To generate a diff of this commit:
cvs rdiff -u -r1.19.2.1 -r1.19.2.2 src/sys/arch/sh3/include/vmparam.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/sh3/include/vmparam.h
diff -u src/sys/arch/sh3/include/vmparam.h:1.19.2.1 src/sys/arch/sh3/include/vmparam.h:1.19.2.2
--- src/sys/arch/sh3/include/vmparam.h:1.19.2.1	Tue Feb 23 15:27:56 2010
+++ src/sys/arch/sh3/include/vmparam.h	Thu Feb 25 05:13:01 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.19.2.1 2010/02/23 15:27:56 uebayasi Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.19.2.2 2010/02/25 05:13:01 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -99,8 +99,8 @@
 
 #define	VM_MDPAGE_INIT(pvh, pa)						\
 do {									\
-	SLIST_INIT(&pvh->pvh_head);					\
-	pvh->pvh_flags = 0;						\
+	SLIST_INIT(&(pvh)->pvh_head);					\
+	(pvh)->pvh_flags = 0;						\
 } while (/*CONSTCOND*/0)
 #endif /* _LOCORE */
 #endif /* !_SH3_VMPARAM_H_ */

Reply via email to