Changeset 3c50cddc in mainline for kernel/arch/mips32/src/mips32.c


Ignore:
Timestamp:
2012-12-19T21:13:56Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a522999
Parents:
7633928c
Message:

Use msim printer and kayboard only for the msim machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mips32.c

    r7633928c r3c50cddc  
    4646#include <arch/debug.h>
    4747#include <arch/debugger.h>
     48#ifdef MACHINE_msim
    4849#include <arch/drivers/msim.h>
     50#endif
    4951#include <genarch/fb/fb.h>
    5052#include <genarch/drivers/dsrln/dsrlnin.h>
     
    133135        interrupt_init();
    134136       
    135 #ifdef CONFIG_MIPS_PRN
     137#ifdef CONFIG_MSIM_PRN
    136138        outdev_t *dsrlndev = dsrlnout_init((ioport8_t *) MSIM_KBD_ADDRESS);
    137139        if (dsrlndev)
     
    162164            str_size(platform));
    163165
    164 #ifdef CONFIG_MIPS_KBD
     166#ifdef CONFIG_MSIM_KBD
    165167        /*
    166168         * Initialize the msim keyboard port. Then initialize the serial line
Note: See TracChangeset for help on using the changeset viewer.