svn commit: r209994 - head/sys/mips/include

Warner Losh imp at FreeBSD.org
Tue Jul 13 15:01:36 UTC 2010


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


More information about the svn-src-all mailing list