From: Eric W. Biederman Date: Tue, 30 Mar 2010 08:07:09 +0000 (-0700) Subject: x86, ioapic: Fix the types of gsi values X-Git-Tag: v2.6.35-rc1~513^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddb0c55a14074d6bac8c2ef169aefd7e2c6f139;p=pandora-kernel.git 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 LKML-Reference: <1269936436-7039-8-git-send-email-ebiederm@xmission.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed