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

Diff for /prex-old/dev/arm/gba/machdep.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:41 version 1.1.1.1.2.1, 2008/08/13 17:12:22
Line 32 
Line 32 
  */   */
   
 #include <driver.h>  #include <driver.h>
   #include <machdep.h>
   
 /*  /*
  * Set system to suspend power state.   * Set system to suspend power state.
Line 49 
Line 50 
 {  {
   
         irq_lock();          irq_lock();
         printk("The system is halted. You can turn off power.");  #ifdef DEBUG
           printf("The system is halted. You can turn off power.");
   #endif
         for (;;)          for (;;)
                 machine_idle();                  machine_idle();
 }  }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb