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 Whitespace



details:   https://anonhg.NetBSD.org/src/rev/690088e4fbc4
branches:  trunk
changeset: 452132:690088e4fbc4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jun 19 09:54:15 2019 +0000

description:
Whitespace

diffstat:

 sys/arch/arm/include/arm32/pte.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 836a9c5c3457 -r 690088e4fbc4 sys/arch/arm/include/arm32/pte.h
--- a/sys/arch/arm/include/arm32/pte.h  Wed Jun 19 09:53:39 2019 +0000
+++ b/sys/arch/arm/include/arm32/pte.h  Wed Jun 19 09:54:15 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pte.h,v 1.19 2014/10/29 10:59:48 skrll Exp $   */
+/*     $NetBSD: pte.h,v 1.20 2019/06/19 09:54:15 skrll Exp $   */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -131,6 +131,7 @@
 
 #define        L1_TABLE_SIZE   0x4000          /* 16K */
 #define        L2_TABLE_SIZE   0x1000          /* 4K */
+
 /*
  * The new pmap deals with the 1KB coarse L2 tables by
  * allocating them from a pool. Until every port has been converted,



Home | Main Index | Thread Index | Old Index