svn commit: r195199 - in stable/7/sys: . amd64/amd64 contrib/pf

Andriy Gapon avg at FreeBSD.org
Tue Jun 30 17:27:54 UTC 2009


Author: avg
Date: Tue Jun 30 17:27:53 2009
New Revision: 195199
URL: http://svn.freebsd.org/changeset/base/195199

Log:
  MFC 185561 (ganbold): Remove unused variable.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/amd64/amd64/intr_machdep.c
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/amd64/amd64/intr_machdep.c
==============================================================================
--- stable/7/sys/amd64/amd64/intr_machdep.c	Tue Jun 30 17:19:11 2009	(r195198)
+++ stable/7/sys/amd64/amd64/intr_machdep.c	Tue Jun 30 17:27:53 2009	(r195199)
@@ -239,11 +239,8 @@ void
 intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame)
 {
 	struct intr_event *ie;
-	struct thread *td;
 	int vector;
 
-	td = curthread;
-
 	/*
 	 * We count software interrupts when we process them.  The
 	 * code here follows previous practice, but there's an


More information about the svn-src-stable-7 mailing list