Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 18:38:36 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282680 - head/sys/amd64/amd64
Message-ID:  <201505091838.t49IcaQ0048488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat May  9 18:38:35 2015
New Revision: 282680
URL: https://svnweb.freebsd.org/changeset/base/282680

Log:
  Remove unused define.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/amd64/amd64/apic_vector.S

Modified: head/sys/amd64/amd64/apic_vector.S
==============================================================================
--- head/sys/amd64/amd64/apic_vector.S	Sat May  9 18:32:13 2015	(r282679)
+++ head/sys/amd64/amd64/apic_vector.S	Sat May  9 18:38:35 2015	(r282680)
@@ -196,8 +196,6 @@ IDTVEC(hv_vmbus_callback)
  */
 	.text
 
-#define	NAKE_INTR_CS	24
-
 	SUPERALIGN_TEXT
 invltlb_ret:
 	call	as_lapic_eoi



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