Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2010 15:01:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209994 - head/sys/mips/include
Message-ID:  <201007131501.o6DF1ag5071495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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