- Timestamp:
- 2012-12-19T21:13:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a522999
- Parents:
- 7633928c
- Location:
- kernel/arch
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r7633928c r3c50cddc 46 46 #include <arch/debug.h> 47 47 #include <arch/debugger.h> 48 #ifdef MACHINE_msim 48 49 #include <arch/drivers/msim.h> 50 #endif 49 51 #include <genarch/fb/fb.h> 50 52 #include <genarch/drivers/dsrln/dsrlnin.h> … … 133 135 interrupt_init(); 134 136 135 #ifdef CONFIG_M IPS_PRN137 #ifdef CONFIG_MSIM_PRN 136 138 outdev_t *dsrlndev = dsrlnout_init((ioport8_t *) MSIM_KBD_ADDRESS); 137 139 if (dsrlndev) … … 162 164 str_size(platform)); 163 165 164 #ifdef CONFIG_M IPS_KBD166 #ifdef CONFIG_MSIM_KBD 165 167 /* 166 168 * Initialize the msim keyboard port. Then initialize the serial line -
kernel/arch/mips32/src/mm/frame.c
r7633928c r3c50cddc 40 40 #include <mm/asid.h> 41 41 #include <config.h> 42 #ifdef MACHINE_msim 42 43 #include <arch/drivers/msim.h> 44 #endif 43 45 #include <arch/arch.h> 44 46 #include <print.h> -
kernel/arch/mips64/src/mips64.c
r7633928c r3c50cddc 46 46 #include <arch/debug.h> 47 47 #include <arch/debugger.h> 48 #ifdef MACHINE_msim 48 49 #include <arch/drivers/msim.h> 50 #endif 49 51 #include <genarch/fb/fb.h> 50 52 #include <genarch/drivers/dsrln/dsrlnin.h> … … 125 127 interrupt_init(); 126 128 127 #ifdef CONFIG_M IPS_PRN129 #ifdef CONFIG_MSIM_PRN 128 130 outdev_t *dsrlndev = dsrlnout_init((ioport8_t *) MSIM_KBD_ADDRESS); 129 131 if (dsrlndev) … … 151 153 str_size(platform)); 152 154 153 #ifdef CONFIG_M IPS_KBD155 #ifdef CONFIG_MSIM_KBD 154 156 /* 155 157 * Initialize the msim keyboard port. Then initialize the serial line -
kernel/arch/mips64/src/mm/frame.c
r7633928c r3c50cddc 40 40 #include <mm/asid.h> 41 41 #include <config.h> 42 #ifdef MACHINE_msim 42 43 #include <arch/drivers/msim.h> 44 #endif 43 45 #include <print.h> 44 46
Note:
See TracChangeset
for help on using the changeset viewer.