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/oea Adjust TABs. No functional chan...



details:   https://anonhg.NetBSD.org/src/rev/a597db1d87d4
branches:  trunk
changeset: 961366:a597db1d87d4
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Apr 17 09:22:28 2021 +0000

description:
Adjust TABs. No functional changes.

diffstat:

 sys/arch/powerpc/include/oea/vmparam.h |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (79 lines):

diff -r 158286212fcc -r a597db1d87d4 sys/arch/powerpc/include/oea/vmparam.h
--- a/sys/arch/powerpc/include/oea/vmparam.h    Sat Apr 17 08:35:33 2021 +0000
+++ b/sys/arch/powerpc/include/oea/vmparam.h    Sat Apr 17 09:22:28 2021 +0000
@@ -47,54 +47,54 @@
 #define        PAGE_MASK       (PAGE_SIZE - 1)
 
 #ifndef        USRSTACK
-#define        USRSTACK                VM_MAXUSER_ADDRESS
+#define        USRSTACK        VM_MAXUSER_ADDRESS
 #endif
 
 #ifndef        USRSTACK32
-#define        USRSTACK32              VM_MAXUSER_ADDRESS32
+#define        USRSTACK32      VM_MAXUSER_ADDRESS32
 #endif
 
 #ifndef        MAXTSIZ
-#define        MAXTSIZ                 (128*1024*1024)         /* maximum text size */
+#define        MAXTSIZ         (128*1024*1024)         /* maximum text size */
 #endif
 
 #ifndef        MAXDSIZ
-#define        MAXDSIZ                 (1024*1024*1024)        /* maximum data size */
+#define        MAXDSIZ         (1024*1024*1024)        /* maximum data size */
 #endif
 
 #ifndef        MAXDSIZ32
-#define        MAXDSIZ32               (1024*1024*1024)        /* maximum data size */
+#define        MAXDSIZ32       (1024*1024*1024)        /* maximum data size */
 #endif
 
 #ifndef        MAXSSIZ
-#define        MAXSSIZ                 (32*1024*1024)          /* maximum stack size */
+#define        MAXSSIZ         (32*1024*1024)          /* maximum stack size */
 #endif
 
 #ifndef        MAXSSIZ32
-#define        MAXSSIZ32               (32*1024*1024)          /* maximum stack size */
+#define        MAXSSIZ32       (32*1024*1024)          /* maximum stack size */
 #endif
 
 #ifndef        DFLDSIZ
-#define        DFLDSIZ                 (256*1024*1024)         /* default data size */
+#define        DFLDSIZ         (256*1024*1024)         /* default data size */
 #endif
 
 #ifndef        DFLDSIZ32
-#define        DFLSSIZ32               (256*1024*1024)
+#define        DFLSSIZ32       (256*1024*1024)
 #endif
 
 #ifndef        DFLSSIZ
-#define        DFLSSIZ                 (2*1024*1024)           /* default stack size */
+#define        DFLSSIZ         (2*1024*1024)           /* default stack size */
 #endif
 
 #ifndef        DFLSSIZ32
-#define        DFLSSIZ32               (2*1024*1024)           /* default stack size */
+#define        DFLSSIZ32       (2*1024*1024)           /* default stack size */
 #endif
 
 /*
  * Default number of pages in the user raw I/O map.
  */
 #ifndef USRIOSIZE
-#define        USRIOSIZE               1024
+#define        USRIOSIZE       1024
 #endif
 
 /*
@@ -102,7 +102,7 @@
  * considered very swappable.
  */
 #ifndef MAXSLP
-#define        MAXSLP                  20
+#define        MAXSLP          20
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index