diff options
author | Yinghai Lu <Yinghai.Lu@Sun.COM> | 2008-01-30 13:33:39 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:39 +0100 |
commit | 261a5ec36befbe6bae069be14f45e618dcd35146 (patch) | |
tree | 460d7503548ec7cef31a78c8778c4910fb32462e /include/asm-x86 | |
parent | x86: force enable HPET on (some?) ICH9 boards (diff) | |
download | linux-261a5ec36befbe6bae069be14f45e618dcd35146.tar.xz linux-261a5ec36befbe6bae069be14f45e618dcd35146.zip |
x86: change aper valid checking sequence
old sequence:
size ==> >4G ==> point to RAM
changed to:
>4G ==> point to RAM ==> size
some bios even leave aper to unclear, so check size at last.
To avoid reporting:
Node 0: Aperture @ 4a42000000 size 32 MB
Aperture too small (32 MB)
with this change we will get:
Node 0: Aperture @ 4a42000000 size 32 MB
Aperture beyond 4G. Ignoring.
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86')
0 files changed, 0 insertions, 0 deletions