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)
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>

No differences found