Changeset 778c1e1 in mainline for arch/ppc32/include/mm/memory_init.h


Ignore:
Timestamp:
2006-02-22T14:52:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d53ef4
Parents:
effee6f
Message:

Move OFW functionality of ppc32 memory_init to genarch so that the code can also be used by sparc64.
sparc64 is now close to broken as it lacks functionality to provide identity mapping for the whole phyisical memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/mm/memory_init.h

    reffee6f r778c1e1  
    3030#define __ppc32_MEMORY_INIT_H__
    3131
    32 #include <config.h>
     32#include <typedefs.h>
    3333
    3434size_t get_memory_size(void);
    3535void preboot_read_config(void);
    36 void ppc_init_zones(void);
    3736
    3837#endif
Note: See TracChangeset for help on using the changeset viewer.