1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, and

they break the LINT build.
This commit is contained in:
Mike Smith 2000-04-03 06:02:00 +00:00
parent c720912e54
commit 48bb080006
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58962
3 changed files with 0 additions and 48 deletions

View File

@ -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

View File

@ -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

View File

@ -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