]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: replace early exception setup macro recursion with loop
authorAndi Kleen <andi@firstfloor.org>
Tue, 11 Mar 2008 01:23:22 +0000 (02:23 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:29 +0000 (17:41 +0200)
commit749c970ae9fa43b4fcf17ac53022a953007d58f4
treeef636acfd6196a43bcd98f7af98e644ac2357af1
parent5524ea320d80e3ac6aeeec44216660831c76da08
x86: replace early exception setup macro recursion with loop

The early exception handlers are currently set up using a macro
recursion. There is only one user left. Replace the macro with a
standard loop in place.

Noop patch, just a cleanup.

[ tglx@linutronix.de: simplified ]

Signed-off-by: Andi Kleen <ak@suse.de>
Cc: mingo@elte.hu
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head_64.S