[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.1 and 1.2

version 1.1, 2008/07/18 20:22:59 version 1.2, 2008/07/23 22:00:07
Line 36 
Line 36 
   
 #include <driver.h>  #include <driver.h>
   
   extern uint32_t sapmc_getfreq(void);
   extern void     sapmc_setfreq(int mode);
   
   
 /*  /*
  * Set system to suspend power state.   * Set system to suspend power state.
  */   */
Line 64 
Line 68 
 int  int
 machine_init(void)  machine_init(void)
 {  {
           printk("core frequency %u Hz\n", sapmc_getfreq());
           printk("setting core frequency to ");
   
         return 0;          return 0;
 }  }

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

CVSweb