commit | 8f6d86dc4178957d9814b1784848012a927a3898 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Tue Jan 27 21:41:34 2009 +0100 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Jan 27 14:54:44 2009 -0800 |
tree | 66ffa5b780f988f05b82a0dbd73cbec7dd44ea9b | |
parent | cc86c9e0dc1a41451240b948bb39d46bb2536ae8 [diff] |
x86: cpu_init(): remove ugly #ifdef construct around debug register clear Impact: Cleanup While I was looking through the new and improved bootstrap code - great work that, thanks! I found the below a slight improvement. Remove unnecessary ugly #ifdef construct around debug register clear. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>