[BACK]Return to cpu_subr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / mips / mips

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/mips/mips/cpu_subr.c between version 1.1.2.15 and 1.1.2.16

version 1.1.2.15, 2011/02/08 06:01:47 version 1.1.2.16, 2011/02/08 19:18:22
Line 739  cpu_pause(struct reg *regsp)
Line 739  cpu_pause(struct reg *regsp)
                 CPUSET_ADD(cpus_resumed, index);                  CPUSET_ADD(cpus_resumed, index);
   
 #if defined(DDB)  #if defined(DDB)
                 if (ddb_running_on_this_cpu())                  if (ddb_running_on_this_cpu_p())
                         cpu_Debugger();                          cpu_Debugger();
                 if (ddb_running_on_any_cpu())                  if (ddb_running_on_any_cpu())
                         continue;                          continue;

Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16

CVSweb <webmaster@jp.NetBSD.org>