RE: (corrected) Re: [patch-2.3.33] memory size on proliant/1600

Tigran Aivazian (tigran@sco.COM)
Fri, 17 Dec 1999 09:35:10 +0000 (GMT)


Hi Nathan and David,

I don't know who to give credit to but since you guys work on E820 I thank
you both - 2.3.34-pre1 works fine on this Proliant/1600 - this part of
your fix:

+ start = PFN_UP(e820.map[i].addr);
+ end = PFN_DOWN(e820.map[i].addr + e820.map[i].size);
+ if (start >= end)
+ continue;

did the trick cleaner than my earlier suggestion.

Regards,
------
Tigran A. Aivazian | http://www.sco.com
Escalations Research Group | tel: +44-(0)1923-813796
Santa Cruz Operation Ltd | http://www.ocston.org/~tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/