summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@redhat.com>2014-01-13 08:40:20 -0500
committerIngo Molnar <mingo@kernel.org>2014-01-13 15:08:37 +0100
commitc7a730fa4624092e2d1c0cb7b750816e87c32364 (patch)
tree2e9fab2c55f037b86701fb019b44842099d0566e /tools/lib/traceevent
parent9345005f4eed805308193658d12e4e7e9c261e74 (diff)
downloadop-kernel-dev-c7a730fa4624092e2d1c0cb7b750816e87c32364.zip
op-kernel-dev-c7a730fa4624092e2d1c0cb7b750816e87c32364.tar.gz
x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()
Fengguang Wu's 0day kernel build service reported the following build warning: arch/x86/kernel/apic/io_apic.c:2211 smp_irq_move_cleanup_interrupt() warn: always true condition '(irq <= -1) => (0-u32max <= (-1))' because irq is defined as an unsigned int instead of an int. Fix this trivial error by redefining irq as a signed int. The remaining consumers of the int are okay. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Cc: Joerg Roedel <joro@8bytes.org> Cc: Fengguang Wu <fengguang.wu@intel.com> Link: http://lkml.kernel.org/r/1389620420-7110-1-git-send-email-prarit@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/lib/traceevent')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud