Date: Wed, 9 Jan 2008 06:50:01 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132855 for review Message-ID: <200801090650.m096o1cs068843@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132855 Change 132855 by imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801090650.m096o1cs068843>