History log of /arch/mn10300/include/asm/smp.h
Revision Date Author Comments
c0691143dfe1d42ec9bd89de5921ccb6a27ea1b3 17-Jun-2013 David Daney <david.daney@cavium.com> mn10300: Fix include dependency in irqflags.h et al.

We need to pick up the definition of raw_smp_processor_id() from
asm/smp.h. For the !SMP case, we need to supply a definition of
raw_smp_processor_id().

Because of the include dependencies we cannot use smp_call_func_t in
asm/smp.h, but we do need linux/thread_info.h

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
e460d64405c04581e42aa9cbae76815a2d4e9abe 18-Mar-2011 David Howells <dhowells@redhat.com> MN10300: Use KGDB
67ddb4052daac9d449caf2643ac365d42a04219a 18-Mar-2011 David Howells <dhowells@redhat.com> MN10300: Create generic kernel debugger hooks

Create generic kernel debugger hooks in the MN10300 arch and make gdbstub use
them. This is a preparation for KGDB support.

Signed-off-by: David Howells <dhowells@redhat.com>
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>