]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: cpu_init(): remove ugly #ifdef construct around debug register clear
authorPeter Zijlstra <peterz@infradead.org>
Tue, 27 Jan 2009 20:41:34 +0000 (21:41 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 27 Jan 2009 22:54:44 +0000 (14:54 -0800)
commit8f6d86dc4178957d9814b1784848012a927a3898
tree66ffa5b780f988f05b82a0dbd73cbec7dd44ea9b
parentcc86c9e0dc1a41451240b948bb39d46bb2536ae8
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>
arch/x86/kernel/cpu/common.c