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