[BACK]Return to machdep.c CVS log [TXT][DIR] Up to [local] / prex-old / dev / arm / cats

Diff for /prex-old/dev/arm/cats/machdep.c between version 1.3 and 1.4

version 1.3, 2008/07/25 17:09:19 version 1.4, 2008/08/08 14:18:16
Line 68 
Line 68 
 int  int
 machine_init(void)  machine_init(void)
 {  {
   #if 0
         /*          /*
          * Set Core frequency to maximum value.           * Set Core frequency to maximum value.
          */           */
         printk("StrongARM Core Frequency %u MHz, ", sapmc_getfreq() / 1000000);          printk("StrongARM Core Frequency %u MHz, ", sapmc_getfreq() / 1000000);
         sapmc_setfreq(12);          sapmc_setfreq(12);
         printk("setting CCF to %u MHz\n", sapmc_getfreq() / 1000000);          printk("setting CCF to %u MHz\n", sapmc_getfreq() / 1000000);
   #endif
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb