Module Name: src
Committed By: skrll
Date: Fri Aug 27 09:14:55 UTC 2021
Modified Files:
src/sys/arch/cats/cats: cats_machdep.c
Log Message:
lower case for hex values.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/cats/cats/cats_machdep.c
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/cats/cats/cats_machdep.c
diff -u src/sys/arch/cats/cats/cats_machdep.c:1.89 src/sys/arch/cats/cats/cats_machdep.c:1.90
--- src/sys/arch/cats/cats/cats_machdep.c:1.89 Sat Apr 18 11:00:38 2020
+++ src/sys/arch/cats/cats/cats_machdep.c Fri Aug 27 09:14:55 2021
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: cats_machdep
/*
* 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.