On Tue, 16 Aug 2005, Mark Goodwin wrote: > Update the SN pci device info to use the nearest node function > to allocate driver memory on the nearest node (rather than > defaulting to node 0).
Looks fine to me. Note though that the default was -1 meaning "node not determined". For -1 the default policy was used. The default policy will take memory from the node local to the executing thread. If the hardware initialization thread is running on process 0 then the use of -1 will default to node 0 memory. - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
