Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149596392
D51350.1790560460.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
756 B
Referenced Files
None
Subscribers
None
D51350.1790560460.diff
View Options
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
--- a/sys/amd64/amd64/apic_vector.S
+++ b/sys/amd64/amd64/apic_vector.S
@@ -49,12 +49,6 @@
#include <machine/specialreg.h>
#include <x86/apicreg.h>
-#ifdef SMP
-#define LK lock ;
-#else
-#define LK
-#endif
-
.text
SUPERALIGN_TEXT
/* End Of Interrupt to APIC */
diff --git a/sys/amd64/vmm/intel/vmx_support.S b/sys/amd64/vmm/intel/vmx_support.S
--- a/sys/amd64/vmm/intel/vmx_support.S
+++ b/sys/amd64/vmm/intel/vmx_support.S
@@ -32,12 +32,6 @@
#include "vmx_assym.h"
-#ifdef SMP
-#define LK lock ;
-#else
-#define LK
-#endif
-
/* Be friendly to DTrace FBT's prologue/epilogue pattern matching */
#define VENTER push %rbp ; mov %rsp,%rbp
#define VLEAVE pop %rbp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 28, 1:54 AM (3 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29952221
Default Alt Text
D51350.1790560460.diff (756 B)
Attached To
Mode
D51350: amd64: Remove some unused SMP defines
Attached
Detach File
Event Timeline
Log In to Comment