Found 1 matching messages (0.043 seconds). Page 1 of 1.
... is now compiled conditionally on PARAVIRT, no VSMP, so enclose everything in an ifdef ... , 0, PCI_VENDOR_ID) == (PCI_VENDOR_ID_SCALEMP || (PCI_DEVICE_ID_SCALEMP_VSMP_CTL << 16))) vsmp = 1; - return vsmp; } +#else +int is_vsmp_box(void) ...
linux-kernel - Glauber Costa - Mar 17 2008 - 17:30