svn commit: r234928 - head/sys/mips/gxemul

Bjoern A. Zeeb bz at FreeBSD.org
Wed May 2 14:38:44 UTC 2012


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)
 {


More information about the svn-src-all mailing list