commit | 992f4c1c2c1583cef3296ec4bf5205843a9a5f3d | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Jun 22 11:56:24 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Mon Jun 22 11:56:24 2009 +0900 |
tree | 764e35b8492afdc73c771551d9b2b4a8c4f8820e | |
parent | 0ff2587fd54bd6f66bc6914ada4eb77a7e819a5b [diff] |
x86: reorganize cpa_process_alias() Reorganize cpa_process_alias() so that new alias condition can be added easily. Jan Beulich spotted problem in the original cleanup thread which incorrectly assumed the two existing conditions were mutially exclusive. [ Impact: code reorganization ] Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Jan Beulich <JBeulich@novell.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Ingo Molnar <mingo@elte.hu>