Changeset 06e1e95 in mainline for kernel/genarch/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/genarch/include/mm
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/mm/as_ht.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __AS_HT_H__36 #define __AS_HT_H__35 #ifndef KERN_AS_HT_H_ 36 #define KERN_AS_HT_H_ 37 37 38 38 #include <mm/as.h> -
kernel/genarch/include/mm/as_pt.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __AS_PT_H__36 #define __AS_PT_H__35 #ifndef KERN_AS_PT_H_ 36 #define KERN_AS_PT_H_ 37 37 38 38 #include <mm/as.h> -
kernel/genarch/include/mm/asid_fifo.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup genarchmm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ASID_FIFO_H__36 #define __ASID_FIFO_H__35 #ifndef KERN_ASID_FIFO_H_ 36 #define KERN_ASID_FIFO_H_ 37 37 38 38 extern void asid_fifo_init(void); … … 40 40 #endif 41 41 42 42 /** @} 43 43 */ 44 -
kernel/genarch/include/mm/page_ht.h
re5ecc02 r06e1e95 37 37 #ifdef CONFIG_PAGE_HT 38 38 39 #ifndef __PAGE_HT_H__40 #define __PAGE_HT_H__39 #ifndef KERN_PAGE_HT_H_ 40 #define KERN_PAGE_HT_H_ 41 41 42 42 #include <mm/page.h> -
kernel/genarch/include/mm/page_pt.h
re5ecc02 r06e1e95 41 41 #ifdef CONFIG_PAGE_PT 42 42 43 #ifndef __PAGE_PT_H__44 #define __PAGE_PT_H__43 #ifndef KERN_PAGE_PT_H_ 44 #define KERN_PAGE_PT_H_ 45 45 46 46 #include <arch/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.