diff options
author | ian <ian@FreeBSD.org> | 2014-02-23 22:35:18 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-02-23 22:35:18 +0000 |
commit | bce9295acbaaa8b7c78d7eda02fc53f990c4cfc7 (patch) | |
tree | 5d3a3c10a9d41224d9b374a38e80a6e67121b02d /sys/arm/ti/omap4 | |
parent | 5931a18696e623034fa2b0464a24b69624cea350 (diff) | |
download | FreeBSD-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/ti/omap4')
-rw-r--r-- | sys/arm/ti/omap4/omap4_mp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/ti/omap4/omap4_mp.c b/sys/arm/ti/omap4/omap4_mp.c index c42cae5..178db20 100644 --- a/sys/arm/ti/omap4/omap4_mp.c +++ b/sys/arm/ti/omap4/omap4_mp.c @@ -38,9 +38,6 @@ __FBSDID("$FreeBSD$"); #include <arm/ti/ti_smc.h> #include <arm/ti/omap4/omap4_smc.h> -void mpentry(void); -void mptramp(void); - void platform_mp_init_secondary(void) { |