commit | 749c970ae9fa43b4fcf17ac53022a953007d58f4 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Tue Mar 11 02:23:22 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:29 2008 +0200 |
tree | ef636acfd6196a43bcd98f7af98e644ac2357af1 | |
parent | 5524ea320d80e3ac6aeeec44216660831c76da08 [diff] |
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>