summaryrefslogtreecommitdiff
path: root/sys/arch/prep
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2021-02-26 02:18:55 +0000
committerthorpej <thorpej@NetBSD.org>2021-02-26 02:18:55 +0000
commitd074464ccb086ccfa85fa2eccb4af76bc64c9aa7 (patch)
tree294c8f83bc800a7e84b6f03578f2b2e01086e67c /sys/arch/prep
parentf78f7071f57ff5ad5f3adcdf51d9e9c379f78d45 (diff)
Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in
N different locore.S files.
Diffstat (limited to 'sys/arch/prep')
-rw-r--r--sys/arch/prep/prep/locore.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/prep/prep/locore.S b/sys/arch/prep/prep/locore.S
index e85ff8bec0b..af4d7f31218 100644
--- a/sys/arch/prep/prep/locore.S
+++ b/sys/arch/prep/prep/locore.S
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.20 2018/07/15 05:16:44 maxv Exp $ */
+/* $NetBSD: locore.S,v 1.21 2021/02/26 02:18:56 thorpej Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@@ -74,8 +74,6 @@ GLOBAL(startsym)
.long 0 /* start symbol table */
GLOBAL(endsym)
.long 0 /* end symbol table */
-GLOBAL(oeacpufeat)
- .long 0 /* cpu features */
/*
* This symbol is here for the benefit of kvm_mkdb, and is supposed to