git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e43d75
)
[IA64] Remove sparse warning from unwind code
author
Keith Owens
<kaos@sgi.com>
Thu, 1 Mar 2007 05:19:00 +0000
(16:19 +1100)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 8 Mar 2007 18:28:48 +0000
(10:28 -0800)
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>
No differences found