X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fppc_asm.tmpl;h=0019d460902c107a361cf059e634234999bfc976;hb=ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd;hp=ac8f31768310cddcfe572e8f35a3c8332f9161ca;hpb=2c4faea84f3d96d674e3c065e1f220b20c8930c0;p=karo-tx-uboot.git diff --git a/include/ppc_asm.tmpl b/include/ppc_asm.tmpl index ac8f317683..0019d46090 100644 --- a/include/ppc_asm.tmpl +++ b/include/ppc_asm.tmpl @@ -285,7 +285,6 @@ label: \ .long hdlr - _start + _START_OFFSET; \ .long crit_return - _start + _START_OFFSET -#ifdef CONFIG_440 #define MCK_EXCEPTION(n, label, hdlr) \ . = n; \ label: \ @@ -299,6 +298,5 @@ label: \ .L_ ## label : \ .long hdlr - _start + _START_OFFSET; \ .long mck_return - _start + _START_OFFSET -#endif /* CONFIG_440 */ #endif /* __PPC_ASM_TMPL__ */