PERFORCE change 100876 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Fri Jul 7 13:06:11 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100876

Change 100876 by wkoszek at 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)
+{
+
+}


More information about the p4-projects mailing list