View | Details | Raw Unified | Return to bug 236513 | Differences between
and this patch

Collapse All | Expand All

(-)acpi.c (+8 lines)
Lines 1353-1358 acpi_set_resource(device_t dev, device_t child, in Link Here
1353
	return (0);
1353
	return (0);
1354
1354
1355
    /*
1355
    /*
1356
     * Don't reserve resources for CPU devices.  Some of these devices
1357
     * need to be allocated as shareable, but reservations are always
1358
     * non-shareable.
1359
     */
1360
    if (device_get_devclass(dev) == devclass_find("cpu"))
1361
	return (0);
1362
1363
    /*
1356
     * Reserve the resource.
1364
     * Reserve the resource.
1357
     *
1365
     *
1358
     * XXX: Ignores failure for now.  Failure here is probably a
1366
     * XXX: Ignores failure for now.  Failure here is probably a

Return to bug 236513