aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-04-03 06:02:00 +0000
committerMike Smith <msmith@FreeBSD.org>2000-04-03 06:02:00 +0000
commit48bb08000600018b7e5dd04979756d0daa1248c7 (patch)
tree10d07e3d227b2fbff419618a854b4fcb61bbb261 /sys/amd64
parentc720912e54365d51a8153f6e6d657dc7a112d991 (diff)
downloadsrc-48bb08000600018b7e5dd04979756d0daa1248c7.tar.gz
src-48bb08000600018b7e5dd04979756d0daa1248c7.zip
Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and
they break the LINT build.
Notes
Notes: svn path=/head/; revision=58962
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/support.S16
-rw-r--r--sys/amd64/amd64/support.s16
2 files changed, 0 insertions, 32 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index 34a5885c80c0..788151c2b966 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -706,10 +706,6 @@ ENTRY(generic_copyout)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 3f
@@ -1214,10 +1210,6 @@ ENTRY(suword)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 2f /* we only have to set the right segment selector */
@@ -1270,10 +1262,6 @@ ENTRY(susword)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 2f
@@ -1327,10 +1315,6 @@ ENTRY(subyte)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 2f
diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s
index 34a5885c80c0..788151c2b966 100644
--- a/sys/amd64/amd64/support.s
+++ b/sys/amd64/amd64/support.s
@@ -706,10 +706,6 @@ ENTRY(generic_copyout)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 3f
@@ -1214,10 +1210,6 @@ ENTRY(suword)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 2f /* we only have to set the right segment selector */
@@ -1270,10 +1262,6 @@ ENTRY(susword)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 2f
@@ -1327,10 +1315,6 @@ ENTRY(subyte)
#if defined(I386_CPU)
-#if defined(SMP)
-#error I386_CPU option not supported if SMP
-#endif
-
#if defined(I486_CPU) || defined(I586_CPU) || defined(I686_CPU)
cmpl $CPUCLASS_386,_cpu_class
jne 2f