Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/ia64.c

    r2f23341 rd75628da  
    5050#include <userspace.h>
    5151#include <console/console.h>
    52 #include <proc/uarg.h>
     52#include <abi/proc/uarg.h>
    5353#include <syscall/syscall.h>
    5454#include <ddi/irq.h>
     
    9393void arch_pre_mm_init(void)
    9494{
    95         /*
    96          * Set Interruption Vector Address (i.e. location of interruption vector
    97          * table).
    98          */
    99         iva_write((uintptr_t) &ivt);
    100         srlz_d();
    101        
    10295}
    10396
     
    151144        /* Set platform name. */
    152145#ifdef MACHINE_ski
    153         platform = "pc";
     146        platform = "ski";
    154147#endif
    155148#ifdef MACHINE_i460GX
Note: See TracChangeset for help on using the changeset viewer.