From 5bc05971d353cd10bce5044a1ef60b9d5b504810 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 7 Jan 2014 12:57:04 +0000 Subject: [PATCH] MIPS: lib: memcpy: Merge EXC and load/store macros Each load/store macro always adds an entry to the __ex_table using the EXC macro. Therefore, these load/store macros are now merged with the EXC one. The argument list is also expanded in order to make the macro more flexible. The extra 'type' argument is not used by this commit, but it will be used when the EVA support is added to the memcpy. Signed-off-by: Markos Chandras --- Reading git-format-patch failed