On Saturday 04 August 2007 00:50, Andrew Morton wrote: > On Fri, 03 Aug 2007 18:10:03 -0400 > > Chuck Ebbert <[EMAIL PROTECTED]> wrote: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=250859 > > > > at line 74: > > > > [EMAIL PROTECTED]: > > [EMAIL PROTECTED]: sd = bus->sysdata; > > [EMAIL PROTECTED]: sd->node = node; > > <===== > > > > bus->sysdata is NULL. > > > > Last changed by this hunk of > > "x86-64: introduce struct pci_sysdata to facilitate sharing of > > ->sysdata":
Hmm, will double check. Perhaps Muli's conversion was incomplete. > > @@ -67,7 +69,9 @@ fill_mp_bus_to_cpumask(void) > > continue; > > if (!node_online(node)) > > node = 0; > > - bus->sysdata = (void *)node; > > + > > + sd = bus->sysdata; > > + sd->node = node; > > } > > } > > } > > Andy keeps trotting out a patch which will probably fix this, What patch do you mean? I don't have anything sysdata related left over. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/