Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MN10300: And Panasonic AM34 subarch and implement SMP | Akira Takeuchi | 2010-10-27 | 1 | -0/+5 |
| | | | | | | | | | | Implement the Panasonic MN10300 AM34 CPU subarch and implement SMP support for MN10300. Also implement support for the MN2WS0060 processor and the ASB2364 evaluation board which are AM34 based. Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com> Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com> Signed-off-by: David Howells <dhowells@redhat.com> | ||||
* | Separate out the proc- and unit-specific header directories from the general | David Howells | 2009-04-10 | 1 | -0/+136 |
MN10300 arch headers and place them instead in the same directories as contain the .c files for the processor and unit implementations. This permits the symlinks include/asm/proc and include/asm/unit to be dispensed with. This does, however, require that #include <asm/proc/xxx.h> be converted to #include <proc/xxx.h> and similarly for asm/unit -> unit. Signed-off-by: David Howells <dhowells@redhat.com> |