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:
898e70d
)
HWPOISON: Turn addr_valid from bitfield into char
author
Andi Kleen
<ak@linux.intel.com>
Mon, 27 Sep 2010 21:36:05 +0000
(23:36 +0200)
committer
Andi Kleen
<ak@linux.intel.com>
Fri, 8 Oct 2010 07:33:01 +0000
(09:33 +0200)
The addr_valid flag is the only flag in "to_kill" and it's slightly more
efficient to have it as char instead of a bitfield.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found