Changeset 371bd7d in mainline for kernel/arch/ia32/include/mm
- Timestamp:
- 2010-03-27T09:22:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, 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/ia32/include/mm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/mm/asid.h
rcd82bb1 r371bd7d 43 43 #define KERN_ia32_ASID_H_ 44 44 45 #include < arch/types.h>45 #include <typedefs.h> 46 46 47 47 typedef int32_t asid_t; -
kernel/arch/ia32/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/ia32/include/mm/page.h
rcd82bb1 r371bd7d 127 127 #include <mm/mm.h> 128 128 #include <arch/interrupt.h> 129 #include <arch/types.h>130 129 #include <typedefs.h> 131 130
Note:
See TracChangeset
for help on using the changeset viewer.
