Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HWPOISON: Turn addr_valid from bitfield into char
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>
- Loading branch information