commit | 1f0ef4ef60b4ef0a18dfc50938f3a94c5edd66ce | [log] [tgz] |
---|---|---|
author | Keith Owens <kaos@sgi.com> | Thu Mar 01 16:19:00 2007 +1100 |
committer | Tony Luck <tony.luck@intel.com> | Thu Mar 08 10:28:48 2007 -0800 |
tree | 2f22cf5ee2ba30f2fca58cc368ed8698cc8f1767 | |
parent | 8e43d75ad0bd8a90933abb005ef57caf63ce8541 [diff] |
[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>