aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-10-28 19:37:05 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-10-28 19:37:05 +0900
commitb2d86a3fd9855380598c0c039e712a20086e119f (patch)
tree2130c498d292ef1b4270293efae3caadc1109200 /drivers/serial
parent1a30603233fdd104aba430fd8f3443160474b6bb (diff)
sh: Simplify and lock down the ISA tuning.
The ISA tuning as it is today can not cope with all of the different variations that are possible, so all we can do is a best attempt based on the CPU family. The DSP and FPU generation are already at odds with each other, and the nommu tuning we weren't handling at all. Additionally, for platforms that never had an FPU, the -nofpu variant never existed, meaning that we would lose out on family granular tuning completely in certain cases. With tat out of the way, we were also using -up versions, allowing for later instructions that branched off of a particular subset of the ISA, but are not actually reflected on the hardware being targetted. This leads to some confusion, and the possibility of bogus instructions on older parts. Kill that off and lock it down to the family being built for specifically. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions