Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | MN10300: Save frame pointer in thread_info struct rather than global var | David Howells | 2010-10-27 |
| | | | | | | | | | | | | 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> | ||
* | Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. | David Howells | 2009-04-10 |
Signed-off-by: David Howells <dhowells@redhat.com> |