Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include Fix comments. No binary changes.
details: https://anonhg.NetBSD.org/src/rev/f89730252330
branches: trunk
changeset: 973614:f89730252330
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 08:17:01 2020 +0000
description:
Fix comments. No binary changes.
diffstat:
sys/arch/powerpc/include/oea/pte.h | 4 ++--
sys/arch/powerpc/include/pmap.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r e3f9d6a3e9d3 -r f89730252330 sys/arch/powerpc/include/oea/pte.h
--- a/sys/arch/powerpc/include/oea/pte.h Mon Jul 06 08:14:54 2020 +0000
+++ b/sys/arch/powerpc/include/oea/pte.h Mon Jul 06 08:17:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pte.h,v 1.9 2008/02/05 18:10:47 garbled Exp $ */
+/* $NetBSD: pte.h,v 1.10 2020/07/06 08:17:01 rin Exp $ */
/*-
* Copyright (C) 2003 Matt Thomas
@@ -46,7 +46,7 @@
register64_t pte_hi;
register64_t pte_lo;
};
-#else /* PPC_OEA || PPC_OEA64 */
+#else /* PMAP_OEA */
struct pte {
register_t pte_hi;
register_t pte_lo;
diff -r e3f9d6a3e9d3 -r f89730252330 sys/arch/powerpc/include/pmap.h
--- a/sys/arch/powerpc/include/pmap.h Mon Jul 06 08:14:54 2020 +0000
+++ b/sys/arch/powerpc/include/pmap.h Mon Jul 06 08:17:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.39 2020/06/27 02:40:24 rin Exp $ */
+/* $NetBSD: pmap.h,v 1.40 2020/07/06 08:17:01 rin Exp $ */
#ifndef _POWERPC_PMAP_H_
#define _POWERPC_PMAP_H_
@@ -35,7 +35,7 @@
struct vm_page_md {
uintptr_t mdpg_dummy[5];
};
-#endif /* !__HVE_VM_PAGE_MD */
+#endif /* !__HAVE_VM_PAGE_MD */
__CTASSERT(sizeof(struct vm_page_md) == sizeof(uintptr_t)*5);
Home |
Main Index |
Thread Index |
Old Index