aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/system_64.h
Commit message (Collapse)AuthorAgeFilesLines
* sh: Fix up the SH-5 build with caches enabled.Paul Mundt2009-08-161-0/+5
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add register alignment helpers for shared flushers.Paul Mundt2009-08-151-0/+5
| | | | | | | | | | | This plugs in some register alignment helpers for the shared flushers, allowing them to also be used on SH-5. The main rationale here is that in the SH-5 case we have a variable ABI, where the pointer size may not equal the register width. This register extension is taken care of by the SH-5 code already today, and is otherwise unused on the SH-4 code. This combines the two and allows us to kill off the SH-5 implementation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: migrate to arch/sh/include/Paul Mundt2008-07-291-0/+40
This follows the sparc changes a439fe51a1f8eb087c22dd24d69cebae4a3addac. Most of the moving about was done with Sam's directions at: http://marc.info/?l=linux-sh&m=121724823706062&w=2 with subsequent hacking and fixups entirely my fault. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>