[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.2 and 1.3

version 1.2, 2008/07/23 22:00:07 version 1.3, 2008/07/25 17:09:19
Line 68 
Line 68 
 int  int
 machine_init(void)  machine_init(void)
 {  {
         printk("core frequency %u Hz\n", sapmc_getfreq());          /*
         printk("setting core frequency to ");           * Set Core frequency to maximum value.
            */
           printk("StrongARM Core Frequency %u MHz, ", sapmc_getfreq() / 1000000);
           sapmc_setfreq(12);
           printk("setting CCF to %u MHz\n", sapmc_getfreq() / 1000000);
   
         return 0;          return 0;
 }  }

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

CVSweb