Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys/arch/sh3/include Make this reall build.



details:   https://anonhg.NetBSD.org/src/rev/2139a913cb73
branches:  uebayasi-xip
changeset: 751607:2139a913cb73
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Feb 25 05:13:01 2010 +0000

description:
Make this reall build.

diffstat:

 sys/arch/sh3/include/vmparam.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r eb8f2ea6f982 -r 2139a913cb73 sys/arch/sh3/include/vmparam.h
--- a/sys/arch/sh3/include/vmparam.h    Thu Feb 25 05:05:23 2010 +0000
+++ b/sys/arch/sh3/include/vmparam.h    Thu Feb 25 05:13:01 2010 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index