[IA64] Remove sparse warning from unwind code
authorKeith Owens <kaos@sgi.com>
Thu, 1 Mar 2007 05:19:00 +0000 (16:19 +1100)
committerTony Luck <tony.luck@intel.com>
Thu, 8 Mar 2007 18:28:48 +0000 (10:28 -0800)
commit1f0ef4ef60b4ef0a18dfc50938f3a94c5edd66ce
tree2f22cf5ee2ba30f2fca58cc368ed8698cc8f1767
parent8e43d75ad0bd8a90933abb005ef57caf63ce8541
[IA64] Remove sparse warning from unwind code

Running ia64 through sparse gives warnings in the unwind code.

  include/asm-ia64/unwind.h:84:17: error: dubious bitfield without explicit `signed' or `unsigned'

Make the bitfield explicitly unsigned.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/unwind.h