RE: [PATCH 0/5] ia64: Fix compiler warnings

From: Luck, Tony
Date: Thu May 05 2016 - 15:59:34 EST


> ia64/PCI: Fix incorrect PCI resource end address
> ia64/PCI: Remove unused 'addr' and fix build warning
> ia64: Reduce stack usage by iterating over nodemask
> ia64/traps: Silence GCC warning about uninitialised variable
> ia64/unaligned: Silence another GCC warning about an uninitialized variable

Applied all 5. I was a little leery of the two that added "default:" cases
to switches ... but I don't see a cleaner way to unconfuse the compiler
without a more radical restructuring of the code.

Thanks

-Tony