Changeset d0688a3 in mainline for kernel/arch/ppc32/src/ppc32.c


Ignore:
Timestamp:
2009-03-13T10:08:39Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afdce6eb
Parents:
449d4ecc
Message:

bring back kernel HID on ppc32
this concludes the transition from chardev_t to indev_t and outdev_t

File:
1 edited

Legend:

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

    r449d4ecc rd0688a3  
    8080{
    8181        if (config.cpu_active == 1) {
     82
     83#ifdef CONFIG_FB
    8284                /* Initialize framebuffer */
    8385                if (bootinfo.screen.addr) {
     
    110112                        fb_init(&prop);
    111113                }
     114#endif
    112115               
    113116                /* Initialize IRQ routing */
     
    160163void arch_grab_console(void)
    161164{
     165#ifdef CONFIG_FB
    162166        fb_redraw();
     167#endif
    163168}
    164169
Note: See TracChangeset for help on using the changeset viewer.