summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2018-08-15 06:59:29 +0000
committerskrll <skrll@NetBSD.org>2018-08-15 06:59:29 +0000
commitf04ca65a3edf3b059d79c18ff9e4e337e83b14b3 (patch)
treedc71bd6254b97c64d9e77f7b67375148c4d09c0f /sys
parent0f6ef1685492c8abe51bceb87496d452d9f7bb72 (diff)
G/C
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm/arm32/arm32_machdep.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/arm/arm32/arm32_machdep.c b/sys/arch/arm/arm32/arm32_machdep.c
index f43d0a7f48b..48ce321a663 100644
--- a/sys/arch/arm/arm32/arm32_machdep.c
+++ b/sys/arch/arm/arm32/arm32_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: arm32_machdep.c,v 1.118 2018/08/05 14:02:35 skrll Exp $ */
+/* $NetBSD: arm32_machdep.c,v 1.119 2018/08/15 06:59:29 skrll Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.118 2018/08/05 14:02:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.119 2018/08/15 06:59:29 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_fdt.h"
@@ -272,11 +272,6 @@ cpu_startup(void)
vaddr_t maxaddr;
char pbuf[9];
- /*
- * Until we better locking, we have to live under the kernel lock.
- */
- //KERNEL_LOCK(1, NULL);
-
/* Set the CPU control register */
cpu_setup(boot_args);