[BACK]Return to cpu.c CVS log [TXT][DIR] Up to [local] / funnyos / dev

Diff for /funnyos/dev/cpu.c between version 1.1 and 1.2

version 1.1, 2007/10/16 09:41:04 version 1.2, 2007/10/16 15:03:20
Line 32 
Line 32 
         printf("%s CPU at %d MHz (flags=0x%x)\n", ddp->cpu_name,          printf("%s CPU at %d MHz (flags=0x%x)\n", ddp->cpu_name,
                                                         ddp->cpu_freq, ddp->cpu_flags);                                                          ddp->cpu_freq, ddp->cpu_flags);
   
         return(-1);          return(0);
 }  }
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb