MN10300: Use KGDB

This commit is contained in:
David Howells
2011-03-18 16:54:31 +00:00
parent 67ddb4052d
commit e460d64405
6 changed files with 289 additions and 2 deletions

View File

@@ -62,8 +62,9 @@
* An alternate way of dealing with this could be to use the EPSW.S bits to
* cache this information for systems with up to four CPUs.
*/
#define arch_smp_processor_id() (CPUID)
#if 0
#define raw_smp_processor_id() (CPUID)
#define raw_smp_processor_id() (arch_smp_processor_id())
#else
#define raw_smp_processor_id() (current_thread_info()->cpu)
#endif