Changes in kernel/arch/ia64/src/ia64.c [d75628da:2f23341] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
rd75628da r2f23341 50 50 #include <userspace.h> 51 51 #include <console/console.h> 52 #include < abi/proc/uarg.h>52 #include <proc/uarg.h> 53 53 #include <syscall/syscall.h> 54 54 #include <ddi/irq.h> … … 93 93 void arch_pre_mm_init(void) 94 94 { 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 95 102 } 96 103 … … 144 151 /* Set platform name. */ 145 152 #ifdef MACHINE_ski 146 platform = " ski";153 platform = "pc"; 147 154 #endif 148 155 #ifdef MACHINE_i460GX
Note:
See TracChangeset
for help on using the changeset viewer.