Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 23:29:43 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48333 for review
Message-ID:  <200403070729.i277Th3N091849@repoman.freebsd.org>

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

Change 48333 by jmallett@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_ */



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