[BACK]Return to interrupt.c CVS log [TXT][DIR] Up to [local] / prex-old / sys / arch / arm / gba

Diff for /prex-old/sys/arch/arm/gba/interrupt.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:45 version 1.1.1.1.2.1, 2008/08/13 17:12:29
Line 34 
Line 34 
 #include <kernel.h>  #include <kernel.h>
 #include <irq.h>  #include <irq.h>
 #include <locore.h>  #include <locore.h>
   #include <cpu.h>
   
 /* Interrupt hook vector */  /* Interrupt hook vector */
 #define IRQ_VECTOR      *(uint32_t *)0x3007ffc  #define IRQ_VECTOR      *(uint32_t *)0x3007ffc

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

CVSweb