On 2005年1月14日, Ian Pratt wrote:
Do you think you could you get this fed upstream into the i386 version?
Sure, I'll send it on to lkml and akpm.
+++ 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;
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
-------------------------------------------------------
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