Keiichiro Tokunaga wrote: >Name: container_for_numa.patch >Status: Tested on 2.6.9-rc2 >Signed-off-by: Keiichiro Tokunaga <tokunaga.keiich@jp.fujitsu.com> >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-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Sep 23 18:15:07 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:31 EST