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:
This commit is contained in:
Bjoern A. Zeeb 2012-05-02 14:38:43 +00:00
parent b8cb2346fc
commit 4c95ae1b74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234928

View file

@ -102,19 +102,6 @@ mips_init(void)
#endif
}
void
platform_halt(void)
{
}
void
platform_identify(void)
{
}
/*
* Perform a board-level soft-reset.
*
@ -127,18 +114,6 @@ platform_reset(void)
panic("%s: not yet", __func__);
}
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)