Module Name:    src
Committed By:   jmcneill
Date:           Fri May 26 00:00:25 UTC 2017

Modified Files:
        src/sys/arch/evbarm/tegra: tegra_start.S

Log Message:
Remove unused SOC_MPINIT definition


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/tegra/tegra_start.S

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/evbarm/tegra/tegra_start.S
diff -u src/sys/arch/evbarm/tegra/tegra_start.S:1.10 src/sys/arch/evbarm/tegra/tegra_start.S:1.11
--- src/sys/arch/evbarm/tegra/tegra_start.S:1.10	Fri Apr 21 23:36:58 2017
+++ src/sys/arch/evbarm/tegra/tegra_start.S	Fri May 26 00:00:25 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_start.S,v 1.10 2017/04/21 23:36:58 jmcneill Exp $ */
+/* $NetBSD: tegra_start.S,v 1.11 2017/05/26 00:00:25 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014, 2015 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #include <arm/nvidia/tegra_reg.h>
 #include <evbarm/tegra/platform.h>
 
-RCSID("$NetBSD: tegra_start.S,v 1.10 2017/04/21 23:36:58 jmcneill Exp $")
+RCSID("$NetBSD: tegra_start.S,v 1.11 2017/05/26 00:00:25 jmcneill Exp $")
 
 #if defined(VERBOSE_INIT_ARM) && defined(CONSADDR)
 #define	XPUTC(n)	mov r0, n; bl xputc
@@ -67,10 +67,6 @@ RCSID("$NetBSD: tegra_start.S,v 1.10 201
 
 #define	MD_CPU_HATCH	_C_LABEL(gtmr_init_cpu_clock)
 
-#if defined(SOC_TEGRA124)
-#define SOC_MPINIT	_C_LABEL(tegra124_mpinit)
-#endif
-
 /*
  * Kernel start routine for Tegra 124 SoC.
  * At this point, this code has been loaded into SDRAM

Reply via email to