Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/gta02/gta02.c

    r4b1c7c6f r24abb85d  
    103103
    104104        gta02_timer = (void *) km_map(S3C24XX_TIMER_ADDRESS, PAGE_SIZE,
    105             0);
     105            PAGE_NOT_CACHEABLE);
    106106        irqc_regs = (void *) km_map(S3C24XX_IRQC_ADDRESS, PAGE_SIZE,
    107             0);
     107            PAGE_NOT_CACHEABLE);
    108108
    109109        /* Initialize interrupt controller. */
Note: See TracChangeset for help on using the changeset viewer.