Changeset 1b50135 in mainline for arch/ppc32/include/mm
- Timestamp:
- 2005-09-12T13:55:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72dde3a
- Parents:
- 60780c5
- Location:
- arch/ppc32/include/mm
- Files:
-
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/mm/frame.h
r60780c5 r1b50135 27 27 */ 28 28 29 #ifndef __ppc _FRAME_H__30 #define __ppc _FRAME_H__29 #ifndef __ppc32_FRAME_H__ 30 #define __ppc32_FRAME_H__ 31 31 32 32 #define FRAME_SIZE 4096 -
arch/ppc32/include/mm/memory_init.h
r60780c5 r1b50135 27 27 */ 28 28 29 #ifndef __ppc _MEMORY_INIT_H__30 #define __ppc _MEMORY_INIT_H__29 #ifndef __ppc32_MEMORY_INIT_H__ 30 #define __ppc32_MEMORY_INIT_H__ 31 31 32 32 #include <config.h> -
arch/ppc32/include/mm/page.h
r60780c5 r1b50135 27 27 */ 28 28 29 #ifndef __ppc _PAGE_H__30 #define __ppc _PAGE_H__29 #ifndef __ppc32_PAGE_H__ 30 #define __ppc32_PAGE_H__ 31 31 32 32 #include <mm/page.h> -
arch/ppc32/include/mm/vm.h
r60780c5 r1b50135 27 27 */ 28 28 29 #ifndef __ppc _VM_H__30 #define __ppc _VM_H__29 #ifndef __ppc32_VM_H__ 30 #define __ppc32_VM_H__ 31 31 32 32 #include <arch/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.