Changeset 371bd7d in mainline for kernel/arch/ppc32/include/mm
- Timestamp:
- 2010-03-27T09:22:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a75a2
- Parents:
- cd82bb1 (diff), eaf22d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/arch/ppc32/include/mm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/asid.h
rcd82bb1 r371bd7d 36 36 #define KERN_ppc32_ASID_H_ 37 37 38 #include < arch/types.h>38 #include <typedefs.h> 39 39 40 40 #define ASID_MAX_ARCH 4096 -
kernel/arch/ppc32/include/mm/frame.h
rcd82bb1 r371bd7d 42 42 #ifndef __ASM__ 43 43 44 #include < arch/types.h>44 #include <typedefs.h> 45 45 46 46 extern uintptr_t last_frame; -
kernel/arch/ppc32/include/mm/tlb.h
rcd82bb1 r371bd7d 37 37 38 38 #include <arch/interrupt.h> 39 #include <arch/types.h>40 39 #include <typedefs.h> 41 40
Note:
See TracChangeset
for help on using the changeset viewer.
