Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Comment fix.
details: https://anonhg.NetBSD.org/src/rev/faf9d804d22f
branches: trunk
changeset: 772502:faf9d804d22f
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jan 06 09:12:25 2012 +0000
description:
Comment fix.
diffstat:
sys/arch/hppa/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 69bcd04b31ce -r faf9d804d22f sys/arch/hppa/include/pmap.h
--- a/sys/arch/hppa/include/pmap.h Fri Jan 06 09:11:45 2012 +0000
+++ b/sys/arch/hppa/include/pmap.h Fri Jan 06 09:12:25 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.34 2012/01/06 09:11:45 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.35 2012/01/06 09:12:25 skrll Exp $ */
/* $OpenBSD: pmap.h,v 1.35 2007/12/14 18:32:23 deraadt Exp $ */
@@ -200,7 +200,7 @@
struct pv_entry;
struct vm_page_md {
- struct pv_entry *pvh_list; /* head of list (locked by pvh_lock) */
+ struct pv_entry *pvh_list; /* head of list */
u_int pvh_attrs; /* to preserve ref/mod */
};
Home |
Main Index |
Thread Index |
Old Index