Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 21:17:48 +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: r264890 - head/sys/mips/mips
Message-ID:  <201404242117.s3OLHmiR042661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Apr 24 21:17:48 2014
New Revision: 264890
URL: http://svnweb.freebsd.org/changeset/base/264890

Log:
  More like gone in 11...

Modified:
  head/sys/mips/mips/pm_machdep.c

Modified: head/sys/mips/mips/pm_machdep.c
==============================================================================
--- head/sys/mips/mips/pm_machdep.c	Thu Apr 24 20:53:09 2014	(r264889)
+++ head/sys/mips/mips/pm_machdep.c	Thu Apr 24 21:17:48 2014	(r264890)
@@ -184,27 +184,6 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, 
 	mtx_lock(&psp->ps_mtx);
 }
 
-#ifdef GONE_IN_7
-/*
- * Build siginfo_t for SA thread
- */
-void
-cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
-{
-	struct proc *p;
-	struct thread *td;
-
-	td = curthread;
-	p = td->td_proc;
-	PROC_LOCK_ASSERT(p, MA_OWNED);
-
-	bzero(si, sizeof(*si));
-	si->si_signo = sig;
-	si->si_code = code;
-	/* XXXKSE fill other fields */
-}
-#endif
-
 /*
  * System call to cleanup state after a signal
  * has been taken.  Reset signal mask and



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