Changeset 12f952e5 in mainline for arch/ppc32/src/mm/frame.c


Ignore:
Timestamp:
2006-03-12T17:20:43Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a82500ce
Parents:
c102a5c8
Message:

remove all OpenFirmware bindings from ppc32 kernel code
kernel now runs in real mode (ppc32)

File:
1 edited

Legend:

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

    rc102a5c8 r12f952e5  
    3030#include <arch/mm/memory_init.h>
    3131#include <mm/frame.h>
    32 #include <genarch/ofw/memory_init.h>
    3332
    3433void frame_arch_init(void)
    3534{
    36         ofw_init_zones();
    3735        /* First is exception vector, second is 'implementation specific' */
    3836        frame_mark_unavailable(0, 2);
Note: See TracChangeset for help on using the changeset viewer.