svn commit: r282680 - head/sys/amd64/amd64

Konstantin Belousov kib at FreeBSD.org
Sat May 9 18:38:36 UTC 2015


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


More information about the svn-src-all mailing list