Changeset 90a77e9 in mainline


Ignore:
Timestamp:
2008-12-24T14:46:28Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab25d30
Parents:
b1a29bb
Message:

redraw kernel console on mips32

File:
1 edited

Legend:

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

    rb1a29bb r90a77e9  
    3737#include <arch/drivers/serial.h>
    3838#include <arch/drivers/msim.h>
     39#include <genarch/fb/fb.h>
    3940
    4041void console_init(devno_t devno)
     
    5152void arch_grab_console(void)
    5253{
     54#ifdef CONFIG_FB
     55        fb_redraw();
     56#endif
    5357        msim_kbd_grab();
    5458}
Note: See TracChangeset for help on using the changeset viewer.