commit | 00bf0610e4cdbb9fd79ce4718e12b24cd7876dd7 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue May 08 13:01:37 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Wed May 09 01:35:01 2007 +0000 |
tree | ebfa6cb7c42e84ef694ad5805450547835de586e | |
parent | 44530c696b3fc2c8a45bdc798af85528e065ed80 [diff] |
sh: Share exception vector table for SH-3/4. The only difference between these at the moment are the FPU exceptions, and these are hidden away under CONFIG_SH_FPU (which is only set for the SH-4 case anyways..). This consolidates the two tables, and updates SH-4 to use the updated copy. Signed-off-by: Paul Mundt <lethal@linux-sh.org>