Changeset d99c1d2 in mainline for kernel/arch/ppc32/include/mm
- Timestamp:
- 2010-03-23T14:41:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b1164e8
- Parents:
- 7c682dd1
- Location:
- kernel/arch/ppc32/include/mm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/asid.h
r7c682dd1 rd99c1d2 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
r7c682dd1 rd99c1d2 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
r7c682dd1 rd99c1d2 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.
