diff options
author | msmith <msmith@FreeBSD.org> | 2000-04-03 06:02:00 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-04-03 06:02:00 +0000 |
commit | 2d2575e7b2738b94d1d15f9337a2fb41cbb993c9 (patch) | |
tree | b3bd4902802af1e4ce485a45b41228c9dccebcd9 /sys | |
parent | 9c96a3af95aa1935d3aefc117659ed736bdf56ea (diff) | |
download | FreeBSD-src-2d2575e7b2738b94d1d15f9337a2fb41cbb993c9.zip FreeBSD-src-2d2575e7b2738b94d1d15f9337a2fb41cbb993c9.tar.gz |
Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and
they break the LINT build.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/amd64/support.S | 16 | ||||
-rw-r--r-- | sys/amd64/amd64/support.s | 16 | ||||
-rw-r--r-- | sys/i386/i386/support.s | 16 |
3 files changed, 0 insertions, 48 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index 34a5885..788151c 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 34a5885..788151c 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/i386/i386/support.s b/sys/i386/i386/support.s index 34a5885..788151c 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/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 |