Changeset 76ca3f7 in mainline for kernel/arch/ppc32/include/mm
- Timestamp:
- 2010-03-23T20:49:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (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
rb48ebd19 r76ca3f7 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
rb48ebd19 r76ca3f7 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
rb48ebd19 r76ca3f7 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.
