Currently we use both EXCEPTION_PROLOG_1 and __EXCEPTION_PROLOG_1
in the MASKABLE_* macros. As a cleanup, this patch makes MASKABLE_*
to use only __EXCEPTION_PROLOG_1. There is not logic change.
Signed-off-by: Madhavan Srinivasan <redacted>
I assume this was done like this once for some macro expansion issue?
If it doesn't cause any breakage, then fine.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>