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

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

Diff for /src/sys/arch/alpha/alpha/cpu.c between version 1.41 and 1.42

version 1.41, 1999/12/16 20:17:22 version 1.42, 2000/02/09 23:25:15
Line 312  recognized:
Line 312  recognized:
             &mlist, 1, 1);              &mlist, 1, 1);
         if (error != 0) {          if (error != 0) {
                 if (ma->ma_slot == hwrpb->rpb_primary_cpu_id) {                  if (ma->ma_slot == hwrpb->rpb_primary_cpu_id) {
                         panic("cpu_attach: unable to alloate idle stack for"                          panic("cpu_attach: unable to allocate idle stack for"
                             " primary");                              " primary");
                 }                  }
                 printf("%s: unable to allocate idle stack\n", dev->dv_xname);                  printf("%s: unable to allocate idle stack\n", dev->dv_xname);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>