Author: imp
Date: Tue Jul 13 15:01:36 2010
New Revision: 209994
URL: http://svn.freebsd.org/changeset/base/209994
Log:
Remove obsolete define "COPY_SIGCODE". This is unused in FreeBSD.
Submitted by: bde@
Modified:
head/sys/mips/include/cpu.h
Modified: head/sys/mips/include/cpu.h
==============================================================================
--- head/sys/mips/include/cpu.h Tue Jul 13 13:11:18 2010 (r209993)
+++ head/sys/mips/include/cpu.h Tue Jul 13 15:01:36 2010 (r209994)
@@ -278,12 +278,6 @@
* Exported definitions unique to mips cpu support.
*/
-/*
- * definitions of cpu-dependent requirements
- * referenced in generic code
- */
-#define COPY_SIGCODE /* copy sigcode above user stack in
exec */
-
#define cpu_swapout(p) panic("cpu_swapout: can't get here");
#ifndef _LOCORE
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"