Date: Wed, 2 May 2012 14:38:43 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r234928 - head/sys/mips/gxemul Message-ID: <201205021438.q42Echhn089328@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Wed May 2 14:38:43 2012 New Revision: 234928 URL: http://svn.freebsd.org/changeset/base/234928 Log: 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: Modified: head/sys/mips/gxemul/gxemul_machdep.c Modified: head/sys/mips/gxemul/gxemul_machdep.c ============================================================================== --- head/sys/mips/gxemul/gxemul_machdep.c Wed May 2 14:25:39 2012 (r234927) +++ head/sys/mips/gxemul/gxemul_machdep.c Wed May 2 14:38:43 2012 (r234928) @@ -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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205021438.q42Echhn089328>