x86, ioapic: Fix the types of gsi values
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 30 Mar 2010 08:07:09 +0000 (01:07 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 4 May 2010 20:34:52 +0000 (13:34 -0700)
commiteddb0c55a14074d6bac8c2ef169aefd7e2c6f139
treeaf2b386d675df717647602f5e6ce7bb5ed4f992b
parent4b6b19a1c7302477653d799a53d48063dd53d555
x86, ioapic: Fix the types of gsi values

This patches fixes the types of gsi_base and gsi_end values in
struct mp_ioapic_gsi, and the gsi parameter of mp_find_ioapic
and mp_find_ioapic_pin

A gsi is cannonically a u32, not an int.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
LKML-Reference: <1269936436-7039-8-git-send-email-ebiederm@xmission.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/io_apic.h
arch/x86/kernel/apic/io_apic.c