aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorH. Peter Anvin <[email protected]>2009-02-17 13:01:51 -0800
committerH. Peter Anvin <[email protected]>2009-02-17 13:01:51 -0800
commita7eb518998529c08cc53fef17756d9fe433b0c23 (patch)
tree68efbd1592f2df847ffe5877c2a11c25d414b842 /lib/string_helpers.c
parentee8b53c1cfe33aecf0c77c0aa3ce437f0d84d831 (diff)
x86: truncate ISA addresses to unsigned int
Impact: Cleanup; fix inappropriate macro use ISA addresses on x86 are mapped 1:1 with the physical address space. Since the ISA address space is only 24 bits (32 for VLB or LPC) it will always fit in an unsigned int, and at least in the aha1542 driver using a wider type would cause an undesirable promotion. Hence explicitly cast the ISA bus addresses to unsigned int. Signed-off-by: H. Peter Anvin <[email protected]> Cc: James Bottomley <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions