Module Name: src
Committed By: skrll
Date: Thu Sep 28 06:24:37 UTC 2023
Modified Files:
src/sys/arch/powerpc/include/booke: pmap.h
Log Message:
#define<space> -> #define<tab> for consistency
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/powerpc/include/booke/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/booke/pmap.h
diff -u src/sys/arch/powerpc/include/booke/pmap.h:1.24 src/sys/arch/powerpc/include/booke/pmap.h:1.25
--- src/sys/arch/powerpc/include/booke/pmap.h:1.24 Sun Dec 20 16:38:25 2020
+++ src/sys/arch/powerpc/include/booke/pmap.h Thu Sep 28 06:24:37 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.24 2020/12/20 16:38:25 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.25 2023/09/28 06:24:37 skrll Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -66,8 +66,8 @@
#define NBSEG (NBPG*NPTEPG)
#define SEGSHIFT (PGSHIFT + PGSHIFT - 2)
-#define SEGOFSET ((1 << SEGSHIFT) - 1)
-#define PMAP_SEGTABSIZE (1 << (32 - SEGSHIFT))
+#define SEGOFSET ((1 << SEGSHIFT) - 1)
+#define PMAP_SEGTABSIZE (1 << (32 - SEGSHIFT))
#define NPTEPG (NBPG >> 2)
#define KERNEL_PID 0