History log of /arch/mn10300/include/asm/frame.inc
Revision Date Author Comments
6e75421014cd02cc66298d35c4667e493da78914 19-Sep-2012 Al Viro <viro@zeniv.linux.org.uk> mn10300: switch to generic kernel_execve()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
7c7fcf762e405eb040ee10d22d656a791f616122 27-Oct-2010 David Howells <dhowells@redhat.com> MN10300: Save frame pointer in thread_info struct rather than global var

Save the current exception frame pointer in the thread_info struct rather than
in a global variable as the latter makes SMP tricky, especially when preemption
is also enabled.

This also replaces __frame with current_frame() and rearranges header file
inclusions to make it all compile.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com>
368dd5acd154b09c043cc4392a74da01599b37d5 27-Oct-2010 Akira Takeuchi <takeuchi.akr@jp.panasonic.com> MN10300: And Panasonic AM34 subarch and implement SMP

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>
da7616610c8d2ec16a8ada44216e836e5fcbd08b 10-Apr-2009 David Howells <dhowells@redhat.com> Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.

Signed-off-by: David Howells <dhowells@redhat.com>