Module Name: src
Committed By: skrll
Date: Sun Sep 16 11:34:20 UTC 2018
Modified Files:
src/sys/arch/arm/arm32: arm32_boot.c
Log Message:
G/C
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/arm32/arm32_boot.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_boot.c
diff -u src/sys/arch/arm/arm32/arm32_boot.c:1.21 src/sys/arch/arm/arm32/arm32_boot.c:1.22
--- src/sys/arch/arm/arm32/arm32_boot.c:1.21 Wed Aug 15 06:00:02 2018
+++ src/sys/arch/arm/arm32/arm32_boot.c Sun Sep 16 11:34:20 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: arm32_boot.c,v 1.21 2018/08/15 06:00:02 skrll Exp $ */
+/* $NetBSD: arm32_boot.c,v 1.22 2018/09/16 11:34:20 skrll Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@@ -122,7 +122,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.21 2018/08/15 06:00:02 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.22 2018/09/16 11:34:20 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_cputypes.h"
@@ -337,13 +337,6 @@ cpu_hatch(struct cpu_info *ci, cpuid_t c
*/
splhigh();
-#ifdef CPU_CORTEX
-#if 0
- KASSERTMSG(armreg_auxctl_read() & CORTEXA9_AUXCTL_SMP, "auxctl %#x",
- armreg_auxctl_read());
-#endif
-#endif
-
VPRINTF("%s(%s): ", __func__, ci->ci_data.cpu_name);
uint32_t mpidr = armreg_mpidr_read();
if (mpidr & MPIDR_MT) {