Messages in this thread |  | | Date | Tue, 16 Feb 2010 15:46:03 -0800 | From | "H. Peter Anvin" <> | Subject | Re: [PATCH 27/35] core: move early_res |
| |
On 02/14/2010 12:46 PM, Yinghai Lu wrote: > > please check > > Subject: [PATCH -v2] x86: fix cross-arch compiling > > Ingo found: > lots of cross-arch build failures in latest -tip: > > > +u64 __init __weak get_max_mapped(void) > +{ > + panic("should have get_max_mapped defined with arch"); > + > + return -1ULL; > +} > +
All this does would seem is it would change a build failure into a runtime panic. I really fail to see how this is an improvement...
-hpa
|  |