Changeset d99c1d2 in mainline for kernel/arch/ia64/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/ia64/include/mm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/mm/asid.h
r7c682dd1 rd99c1d2 38 38 #ifndef __ASM__ 39 39 40 #include < arch/types.h>40 #include <typedefs.h> 41 41 42 42 typedef uint16_t asid_t; -
kernel/arch/ia64/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/ia64/include/mm/page.h
r7c682dd1 rd99c1d2 108 108 #include <arch/barrier.h> 109 109 #include <arch/mm/asid.h> 110 #include < arch/types.h>110 #include <typedefs.h> 111 111 #include <debug.h> 112 112 -
kernel/arch/ia64/include/mm/tlb.h
r7c682dd1 rd99c1d2 39 39 #include <arch/mm/asid.h> 40 40 #include <arch/interrupt.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 43 43 /** Data and instruction Translation Register indices. */
Note:
See TracChangeset
for help on using the changeset viewer.