Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 13:06:10 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100876 for review
Message-ID:  <200607071306.k67D6Akc017115@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100876

Change 100876 by wkoszek@wkoszek_laptop on 2006/07/07 13:05:34

	Bring rest of platform_* functions to make various places happy.
	
	Please note that I know it's probably bad place, but we might copy
	them somewhere else.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/machdep.c#5 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/machdep.c#5 (text+ko) ====

@@ -263,3 +263,28 @@
 {
 
 }
+
+
+void
+platform_identify(void)
+{
+
+}
+
+void
+platform_reset(void)
+{
+
+}
+
+void
+platform_trap_enter(void)
+{
+
+}
+
+void
+platform_trap_exit(void)
+{
+
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607071306.k67D6Akc017115>