commit | 4bf3b0bc3e98f77de88b336fd8d673649601b557 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jul 25 11:06:02 2007 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Jul 25 12:02:21 2007 -0700 |
tree | a53239d38be0e35f4942fba0cdc5d1e6ce77b9b8 | |
parent | 238b706da1c6ebacc55986ac8668f3ede4621f2c [diff] |
[x86 setup] Make struct apm_bios_info cross-architecture struct apm_bios_info uses "unsigned short" and "unsigned long" to mean u16 and u32 respectively. Correct. Signed-off-by: H. Peter Anvin <hpa@zytor.com>