Re: [PATCH][4/4] Add NUMA node handling to the container driver

From: Mika Penttilä
Date: Thu Sep 23 2004 - 17:17:40 EST


Keiichiro Tokunaga wrote:

Name: container_for_numa.patch
Status: Tested on 2.6.9-rc2
Signed-off-by: Keiichiro Tokunaga <tokunaga.keiich@xxxxxxxxxxxxxx>
Description:
Add NUMA node handling to the container driver.

Thanks,
Keiichiro Tokunaga
---



@@ -198,6 +208,7 @@ container_device_add(struct acpi_device if (acpi_bus_add(device, pdev, handle, ACPI_BUS_TYPE_DEVICE)) {
return_VALUE(-ENODEV);
}
+ container_numa_add((*device)->handle);


Maybe that should be :

container_numa_add(phandle);

instead? Device is the child at this point.

--Mika



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/