svn commit: r282811 - stable/10/sys/amd64/amd64
Konstantin Belousov
kib at FreeBSD.org
Tue May 12 08:52:51 UTC 2015
Author: kib
Date: Tue May 12 08:52:50 2015
New Revision: 282811
URL: https://svnweb.freebsd.org/changeset/base/282811
Log:
MFC r282680:
Remove unused define.
Modified:
stable/10/sys/amd64/amd64/apic_vector.S
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/amd64/amd64/apic_vector.S
==============================================================================
--- stable/10/sys/amd64/amd64/apic_vector.S Tue May 12 08:08:16 2015 (r282810)
+++ stable/10/sys/amd64/amd64/apic_vector.S Tue May 12 08:52:50 2015 (r282811)
@@ -156,8 +156,6 @@ IDTVEC(xen_intr_upcall)
*/
.text
-#define NAKE_INTR_CS 24
-
SUPERALIGN_TEXT
invltlb_ret:
movq lapic, %rax
More information about the svn-src-stable-10
mailing list