From: Andi Kleen Date: Tue, 11 Mar 2008 01:23:22 +0000 (+0100) Subject: x86: replace early exception setup macro recursion with loop X-Git-Tag: v2.6.26-rc1~1154^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749c970ae9fa43b4fcf17ac53022a953007d58f4;p=pandora-kernel.git 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 Cc: mingo@elte.hu Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed