fatal("do_pci_class: too many class IDs (max %d)",
RS_NR_PCI_CLASS);
}
- rs_start.rss_pci_class[rs_start.rss_nr_pci_class].class=
+ rs_start.rss_pci_class[rs_start.rss_nr_pci_class].pciclass=
class_id;
rs_start.rss_pci_class[rs_start.rss_nr_pci_class].mask= mask;
rs_start.rss_nr_pci_class++;
.bss
begbss:
-.globl crtso, __penviron, __penvp, __fpu_present
+.globl crtso, __penviron, __penvp
.globl __minix_datastart, __minix_mainjump, __minix_unmapzero
.extern _main, _exit
push %edx /* push argv */
push %eax /* push argc */
-/* Test the EM bit of the MSW to determine if an FPU is present and */
-/* set __fpu_present if one is found. */
- smsw %ax
- testb $0x4, %al /* EM bit in MSW */
- sete __fpu_present /* True if not set */
jmp __minix_mainjump
.balign I386_PAGE_SIZE
.bss
.lcomm __penvp, 4 /* Hidden environment vector */
-.lcomm __fpu_present, 4 /* FPU present flag */
.extern endtext /* Force loading of end labels. */