Changeset 35f3b8c in mainline for arch/ppc32/src/ppc32.c


Ignore:
Timestamp:
2006-05-18T23:24:40Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0bc189
Parents:
8424198
Message:

ppc32 work
update framebuffer
get rid of the BAT memory mapping (not finished yet)

File:
1 edited

Legend:

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

    r8424198 r35f3b8c  
    2929#include <arch.h>
    3030#include <arch/boot/boot.h>
    31 #include <arch/console.h>
    3231#include <arch/drivers/cuda.h>
    3332#include <arch/mm/memory_init.h>
    3433#include <arch/interrupt.h>
     34#include <genarch/fb/fb.h>
    3535#include <userspace.h>
    3636#include <proc/uarg.h>
     
    6868                /* Merge all zones to 1 big zone */
    6969                zone_merge_all();
    70                
    71                 ppc32_console_register();
    7270        }
    7371}
Note: See TracChangeset for help on using the changeset viewer.