Changes in kernel/arch/ia64/src/ia64.c [c0699467:2f23341] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
rc0699467 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> … … 151 151 /* Set platform name. */ 152 152 #ifdef MACHINE_ski 153 platform = " ski";153 platform = "pc"; 154 154 #endif 155 155 #ifdef MACHINE_i460GX
Note:
See TracChangeset
for help on using the changeset viewer.