Ignore:
File:
1 edited

Legend:

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

    r3c50cddc r2277e03  
    4646#include <arch/debug.h>
    4747#include <arch/debugger.h>
    48 #ifdef MACHINE_msim
    4948#include <arch/drivers/msim.h>
    50 #endif
    5149#include <genarch/fb/fb.h>
    5250#include <genarch/drivers/dsrln/dsrlnin.h>
     
    127125        interrupt_init();
    128126       
    129 #ifdef CONFIG_MSIM_PRN
     127#ifdef CONFIG_MIPS_PRN
    130128        outdev_t *dsrlndev = dsrlnout_init((ioport8_t *) MSIM_KBD_ADDRESS);
    131129        if (dsrlndev)
     
    153151            str_size(platform));
    154152       
    155 #ifdef CONFIG_MSIM_KBD
    156         /*
    157          * Initialize the msim keyboard port. Then initialize the serial line
    158          * module and connect it to the msim keyboard. Enable keyboard
    159          * interrupts.
     153#ifdef CONFIG_MIPS_KBD
     154        /*
     155         * Initialize the msim/GXemul keyboard port. Then initialize the serial line
     156         * module and connect it to the msim/GXemul keyboard. Enable keyboard interrupts.
    160157         */
    161158        dsrlnin_instance_t *dsrlnin_instance
     
    208205{
    209206        supervisor_sp =
    210             (uintptr_t) &THREAD->kstack[STACK_SIZE - SP_DELTA];
     207            (uintptr_t) &THREAD->kstack[STACK_SIZE];
    211208}
    212209
Note: See TracChangeset for help on using the changeset viewer.