Ignore:
File:
1 edited

Legend:

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

    rd75628da r2f23341  
    5050#include <userspace.h>
    5151#include <console/console.h>
    52 #include <abi/proc/uarg.h>
     52#include <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       
    95102}
    96103
     
    144151        /* Set platform name. */
    145152#ifdef MACHINE_ski
    146         platform = "ski";
     153        platform = "pc";
    147154#endif
    148155#ifdef MACHINE_i460GX
Note: See TracChangeset for help on using the changeset viewer.