summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
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/samsung
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/samsung')
-rw-r--r--sys/arm/samsung/exynos/exynos5_mp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/samsung/exynos/exynos5_mp.c b/sys/arm/samsung/exynos/exynos5_mp.c
index e99b61e..7b97a6e 100644
--- a/sys/arm/samsung/exynos/exynos5_mp.c
+++ b/sys/arm/samsung/exynos/exynos5_mp.c
@@ -39,9 +39,6 @@ __FBSDID("$FreeBSD$");
#define EXYNOS_SYSRAM 0x02020000
-void mpentry(void);
-void mptramp(void);
-
void
platform_mp_init_secondary(void)
{
OpenPOWER on IntegriCloud