Changeset d99c1d2 in mainline for kernel/arch/ia32/src/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/ia32/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/mm/page.c
r7c682dd1 rd99c1d2 39 39 #include <mm/page.h> 40 40 #include <mm/as.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 #include <align.h> 43 43 #include <config.h> -
kernel/arch/ia32/src/mm/tlb.c
r7c682dd1 rd99c1d2 37 37 #include <arch/mm/asid.h> 38 38 #include <arch/asm.h> 39 #include < arch/types.h>39 #include <typedefs.h> 40 40 41 41 /** Invalidate all entries in TLB. */
Note:
See TracChangeset
for help on using the changeset viewer.
