PERFORCE change 48333 for review

Juli Mallett jmallett at FreeBSD.org
Sat Mar 6 23:29:44 PST 2004


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

Change 48333 by jmallett at jmallett_oingo on 2004/03/06 23:29:39

	Make this safe for inclusion into assembly.  Note that I don't
	like this file, though.

Affected files ...

.. //depot/projects/mips/sys/mips/include/trap.h#3 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/trap.h#3 (text+ko) ====

@@ -75,7 +75,9 @@
 
 #define	T_USER			0x20	/* user-mode flag or'ed with type */
 
+#ifndef	LOCORE /* XXX */
 void platform_trap_enter(void);
 void platform_trap_exit(void);
+#endif
 
 #endif /* _MACHINE_TRAP_H_ */


More information about the p4-projects mailing list