[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] xenU kernel doesn't start in unstable
Rik, Do you think you could you get this fed upstream into the i386 version? Thanks, Ian > --- arch/xen/i386/kernel/dmi_scan.c.orig 2005-01-12 > 14:55:14.000000000 -0500 > +++ arch/xen/i386/kernel/dmi_scan.c 2005-01-12 > 16:06:27.000000000 -0500 > @@ -105,6 +105,8 @@ > char __iomem *p, *q; > > for (p = q = ioremap(0xF0000, 0x10000); q < p + > 0x10000; q += 16) { > + if (p == NULL) > + return -1; > memcpy_fromio(buf, q, 15); > if(memcmp(buf, "_DMI_", 5)==0 && dmi_checksum(buf)) > { > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/xen-devel > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |