commit | 82ba011b9041dd31c15e4f63797b08aa0a288e61 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Wed Dec 16 12:19:57 2009 +0100 |
committer | Andi Kleen <ak@linux.intel.com> | Wed Dec 16 12:19:57 2009 +0100 |
tree | 7fd48d31ab507007c37f89a9dc41256b8585d8db | |
parent | bd1ce5f91f545730df4af492f774d9d32f5da3cb [diff] |
HWPOISON: Turn ref argument into flags argument Now that "ref" is just a boolean turn it into a flags argument. First step is only a single flag that makes the code's intention more clear, but more may follow. Signed-off-by: Andi Kleen <ak@linux.intel.com>