summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/armadaxp
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-02-23 22:35:18 +0000
committerian <ian@FreeBSD.org>2014-02-23 22:35:18 +0000
commitbce9295acbaaa8b7c78d7eda02fc53f990c4cfc7 (patch)
tree5d3a3c10a9d41224d9b374a38e80a6e67121b02d /sys/arm/mv/armadaxp
parent5931a18696e623034fa2b0464a24b69624cea350 (diff)
downloadFreeBSD-src-bce9295acbaaa8b7c78d7eda02fc53f990c4cfc7.zip
FreeBSD-src-bce9295acbaaa8b7c78d7eda02fc53f990c4cfc7.tar.gz
Move the declaration for mpentry() into a header file instead of pasting
it into a bunch of different .c files. Remove declarations for the unused mptramp() function from everywhere except AramadaXP (and I think it's really not used there either, because the code that references it appears to be insanely does-nothing in nature).
Diffstat (limited to 'sys/arm/mv/armadaxp')
-rw-r--r--sys/arm/mv/armadaxp/armadaxp_mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/mv/armadaxp/armadaxp_mp.c b/sys/arm/mv/armadaxp/armadaxp_mp.c
index 1af598b..004f8db 100644
--- a/sys/arm/mv/armadaxp/armadaxp_mp.c
+++ b/sys/arm/mv/armadaxp/armadaxp_mp.c
@@ -96,7 +96,6 @@ platform_mp_init_secondary(void)
{
}
-void mpentry(void);
void mptramp(void);
OpenPOWER on IntegriCloud