Changeset eef1b031 in mainline for kernel/arch/ppc32/include/mm/as.h
- Timestamp:
- 2011-05-23T15:51:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b372015
- Parents:
- 366b148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/as.h
r366b148 reef1b031 36 36 #define KERN_ppc32_AS_H_ 37 37 38 #include <arch/mm/pht.h> 39 38 40 #define KERNEL_ADDRESS_SPACE_SHADOWED_ARCH 0 39 41 … … 52 54 #define as_create_arch(as, flags) (as != as) 53 55 #define as_deinstall_arch(as) 54 #define as_invalidate_translation_cache(as, page, cnt) 56 57 #define as_invalidate_translation_cache(as, page, cnt) \ 58 pht_invalidate((as), (page), (cnt)) 55 59 56 60 extern void as_arch_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.