[BACK]Return to jornada_machdep.c CVS log [TXT][DIR] Up to [local] / sys / arch / jornada / jornada

Diff for /sys/arch/jornada/jornada/jornada_machdep.c between version 1.1 and 1.2

version 1.1, 2008/03/04 16:09:00 version 1.2, 2008/05/11 10:26:12
Line 408 
Line 408 
         /* Ugly hardcode DRAM bounds */          /* Ugly hardcode DRAM bounds */
         /* TODO */          /* TODO */
         memstart = (paddr_t)0xc0000000;          memstart = (paddr_t)0xc0000000;
         memsize = (psize_t)32 * 1024 * 1024;          memsize = (psize_t)(32 * 1024 * 1024);
   
 //#define DEBUG  //#define DEBUG
 #ifdef DEBUG  #ifdef DEBUG

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

CVSweb