PERFORCE change 132855 for review

Warner Losh imp at FreeBSD.org
Tue Jan 8 22:50:02 PST 2008


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

Change 132855 by imp at imp_lighthouse on 2008/01/09 06:49:37

	The aim powerpc stuff still uses trap.  I'm not sure if these
	declarations should be here, or in trap_aim.h, but I'll keep
	them here since it just seems less wrong.
	
	This is needed for GENERIC compilation (at least without
	modules).  If this is done 'wrong' feel free to point me in the
	right direction or do whatever else gets GENERIC compiling.

Affected files ...

.. //depot/projects/e500/sys/powerpc/include/trap.h#4 edit

Differences ...

==== //depot/projects/e500/sys/powerpc/include/trap.h#4 (text+ko) ====

@@ -110,12 +110,11 @@
 #define EXC_ALI_RST(dsisr) ((dsisr >> 5) & 0x1f)   /* source or target */
 #define EXC_ALI_RA(dsisr) (dsisr & 0x1f)
 
+#endif	/* _POWERPC_TRAP_H_ */
+
+#endif /* if 0 commenting all the above out */
+
 #ifndef LOCORE
-
 struct trapframe;
 void    trap(struct trapframe *);
-
-#endif
-
-#endif	/* _POWERPC_TRAP_H_ */
 #endif


More information about the p4-projects mailing list