Module Name:    src
Committed By:   skrll
Date:           Wed Aug 15 06:59:29 UTC 2018

Modified Files:
        src/sys/arch/arm/arm32: arm32_machdep.c

Log Message:
G/C


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/arm/arm32/arm32_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/arm/arm32/arm32_machdep.c
diff -u src/sys/arch/arm/arm32/arm32_machdep.c:1.118 src/sys/arch/arm/arm32/arm32_machdep.c:1.119
--- src/sys/arch/arm/arm32/arm32_machdep.c:1.118	Sun Aug  5 14:02:35 2018
+++ src/sys/arch/arm/arm32/arm32_machdep.c	Wed Aug 15 06:59:29 2018
@@ -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);
 

Reply via email to