Changeset b0f00a9 in mainline for kernel/arch/ia64/src/ia64.c
- Timestamp:
- 2011-11-06T22:21:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898e847
- Parents:
- 2bdf8313 (diff), 7b5f4c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia64/src/ia64.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r2bdf8313 rb0f00a9 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.
