Changeset 06e1e95 in mainline for kernel/arch/ppc64/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/ppc64/include/mm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/include/mm/as.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ppc64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc64_AS_H__36 #define __ppc64_AS_H__35 #ifndef KERN_ppc64_AS_H_ 36 #define KERN_ppc64_AS_H_ 37 37 38 38 #define KERNEL_ADDRESS_SPACE_SHADOWED_ARCH 0 … … 51 51 #endif 52 52 53 53 /** @} 54 54 */ 55 -
kernel/arch/ppc64/include/mm/asid.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ppc64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc64_ASID_H__36 #define __ppc64_ASID_H__35 #ifndef KERN_ppc64_ASID_H_ 36 #define KERN_ppc64_ASID_H_ 37 37 38 38 typedef int asid_t; … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
kernel/arch/ppc64/include/mm/frame.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ppc64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc64_FRAME_H__36 #define __ppc64_FRAME_H__35 #ifndef KERN_ppc64_FRAME_H_ 36 #define KERN_ppc64_FRAME_H_ 37 37 38 38 #define FRAME_WIDTH 12 /* 4K */ … … 53 53 #endif 54 54 55 55 /** @} 56 56 */ 57 -
kernel/arch/ppc64/include/mm/memory_init.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ppc64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc64_MEMORY_INIT_H__36 #define __ppc64_MEMORY_INIT_H__35 #ifndef KERN_ppc64_MEMORY_INIT_H_ 36 #define KERN_ppc64_MEMORY_INIT_H_ 37 37 38 38 #include <typedefs.h> … … 44 44 #endif 45 45 46 46 /** @} 47 47 */ 48 -
kernel/arch/ppc64/include/mm/page.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ppc64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc64_PAGE_H__36 #define __ppc64_PAGE_H__35 #ifndef KERN_ppc64_PAGE_H_ 36 #define KERN_ppc64_PAGE_H_ 37 37 38 38 #include <arch/mm/frame.h> … … 159 159 #endif 160 160 161 161 /** @} 162 162 */ 163 -
kernel/arch/ppc64/include/mm/tlb.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ppc64mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc64_TLB_H__ 36 #define __ppc64_TLB_H__ 37 35 #ifndef KERN_ppc64_TLB_H_ 36 #define KERN_ppc64_TLB_H_ 38 37 39 38 #endif 40 39 41 40 /** @} 42 41 */ 43
Note:
See TracChangeset
for help on using the changeset viewer.