Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats/cats lower case for hex values.



details:   https://anonhg.NetBSD.org/src/rev/92aaa9e6514f
branches:  trunk
changeset: 985461:92aaa9e6514f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 27 09:14:55 2021 +0000

description:
lower case for hex values.

diffstat:

 sys/arch/cats/cats/cats_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9e176654b5c6 -r 92aaa9e6514f sys/arch/cats/cats/cats_machdep.c
--- a/sys/arch/cats/cats/cats_machdep.c Fri Aug 27 09:11:52 2021 +0000
+++ b/sys/arch/cats/cats/cats_machdep.c Fri Aug 27 09:14:55 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cats_machdep.c,v 1.89 2020/04/18 11:00:38 skrll Exp $  */
+/*     $NetBSD: cats_machdep.c,v 1.90 2021/08/27 09:14:55 skrll Exp $  */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.89 2020/04/18 11:00:38 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.90 2021/08/27 09:14:55 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_modular.h"
@@ -98,7 +98,7 @@
 /*
  * Size of available KVM space, note that growkernel will grow into this.
  */
-#define KERNEL_VM_SIZE 0x0C000000
+#define KERNEL_VM_SIZE 0x0c000000
 
 /*
  * Address to call from cpu_reset() to reset the machine.



Home | Main Index | Thread Index | Old Index