From 31f712482894d723e38490139eb03156a5d3eb59 Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Wed, 12 Mar 2014 19:07:51 -0500 Subject: [PATCH] powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMON Use the proper scratch SPRG and PACA region. Introduce level-specific macros to simplify usage and avoid needing to do a bunch of token pasting throughout EXCEPTION_COMMON(). Now that EXCEPTION_COMMON_DBG() is properly using the debug scratch register, there's no more need for the caller to move the value to the GEN scratch first. Signed-off-by: Scott Wood --- Reading git-format-patch failed