Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 Update a comment
details: https://anonhg.NetBSD.org/src/rev/454c7799e2c7
branches: trunk
changeset: 452133:454c7799e2c7
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jun 19 09:54:42 2019 +0000
description:
Update a comment
diffstat:
sys/arch/arm/include/arm32/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 690088e4fbc4 -r 454c7799e2c7 sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h Wed Jun 19 09:54:15 2019 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h Wed Jun 19 09:54:42 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.44 2019/03/30 21:06:42 christos Exp $ */
+/* $NetBSD: vmparam.h,v 1.45 2019/06/19 09:54:42 skrll Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -78,7 +78,7 @@
/*
* While the ARM architecture defines Section mappings, large pages,
- * and small pages, the standard page size is (and will always be) 4K.
+ * and small pages, the standard MMU page size is (and will always be) 4K.
*/
#define PAGE_SHIFT PGSHIFT
#define PAGE_SIZE (1 << PAGE_SHIFT)
Home |
Main Index |
Thread Index |
Old Index