diff options
author | bz <bz@FreeBSD.org> | 2012-05-02 14:38:43 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2012-05-02 14:38:43 +0000 |
commit | 1d7dc1b74c693cfe971eba8d17f9a472d358c502 (patch) | |
tree | 172689c972813189fcd7f02a9f542acd207f1435 /sys/mips/gxemul | |
parent | c96b8c07a415e367c09ed62b6690acaceefb47ff (diff) | |
download | FreeBSD-src-1d7dc1b74c693cfe971eba8d17f9a472d358c502.zip FreeBSD-src-1d7dc1b74c693cfe971eba8d17f9a472d358c502.tar.gz |
Catch-up with r232853 and remove platform APIs which are not used by any
code and which had only stub implementations or no implementation on all
platforms. Makes gxemul compile.
Hinted by: rwatson
MFC after: 3 weeks
X-MFC by: rwatson:
Diffstat (limited to 'sys/mips/gxemul')
-rw-r--r-- | sys/mips/gxemul/gxemul_machdep.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys/mips/gxemul/gxemul_machdep.c b/sys/mips/gxemul/gxemul_machdep.c index 4789873..78c9d80 100644 --- a/sys/mips/gxemul/gxemul_machdep.c +++ b/sys/mips/gxemul/gxemul_machdep.c @@ -102,19 +102,6 @@ mips_init(void) #endif } -void -platform_halt(void) -{ - -} - - -void -platform_identify(void) -{ - -} - /* * Perform a board-level soft-reset. * @@ -128,18 +115,6 @@ platform_reset(void) } void -platform_trap_enter(void) -{ - -} - -void -platform_trap_exit(void) -{ - -} - -void platform_start(__register_t a0, __register_t a1, __register_t a2, __register_t a3) { |