Changeset 06e1e95 in mainline for kernel/arch/ppc32/include/mm
- Timestamp:
- 2006-09-14T17:09:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- Location:
- kernel/arch/ppc32/include/mm
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/as.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __ppc32_AS_H__36 #define __ppc32_AS_H__35 #ifndef KERN_ppc32_AS_H_ 36 #define KERN_ppc32_AS_H_ 37 37 38 38 #define KERNEL_ADDRESS_SPACE_SHADOWED_ARCH 0 -
kernel/arch/ppc32/include/mm/asid.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __ppc32_ASID_H__36 #define __ppc32_ASID_H__35 #ifndef KERN_ppc32_ASID_H_ 36 #define KERN_ppc32_ASID_H_ 37 37 38 38 #include <arch/types.h> -
kernel/arch/ppc32/include/mm/frame.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __ppc32_FRAME_H__36 #define __ppc32_FRAME_H__35 #ifndef KERN_ppc32_FRAME_H_ 36 #define KERN_ppc32_FRAME_H_ 37 37 38 38 #define FRAME_WIDTH 12 /* 4K */ -
kernel/arch/ppc32/include/mm/memory_init.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __ppc32_MEMORY_INIT_H__36 #define __ppc32_MEMORY_INIT_H__35 #ifndef KERN_ppc32_MEMORY_INIT_H_ 36 #define KERN_ppc32_MEMORY_INIT_H_ 37 37 38 38 #include <typedefs.h> -
kernel/arch/ppc32/include/mm/tlb.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __ppc32_TLB_H__36 #define __ppc32_TLB_H__35 #ifndef KERN_ppc32_TLB_H_ 36 #define KERN_ppc32_TLB_H_ 37 37 38 38 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
