powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers
[linux-2.6-block.git] / arch / powerpc / include / asm / head-64.h
index bdd67a26e9593d2a8369a01b7d2ac889791e7b76..acd94fcf9f4002373cdb3c0da5210ad355086b73 100644 (file)
@@ -403,11 +403,11 @@ name:
 
 #define EXC_COMMON(name, realvec, hdlr)                                        \
        EXC_COMMON_BEGIN(name);                                         \
-       STD_EXCEPTION_COMMON(realvec, name, hdlr)
+       STD_EXCEPTION_COMMON(realvec, hdlr)
 
 #define EXC_COMMON_ASYNC(name, realvec, hdlr)                          \
        EXC_COMMON_BEGIN(name);                                         \
-       STD_EXCEPTION_COMMON_ASYNC(realvec, name, hdlr)
+       STD_EXCEPTION_COMMON_ASYNC(realvec, hdlr)
 
 #endif /* __ASSEMBLY__ */