Changeset 17f168e in mainline for kernel/test/mm/purge1.c
- Timestamp:
- 2009-02-16T10:27:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae318d3
- Parents:
- 6cd9aa6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/mm/purge1.c
r6cd9aa6 r17f168e 27 27 */ 28 28 29 #ifdef ia6430 31 29 #include <print.h> 32 30 #include <test.h> … … 48 46 49 47 int i; 50 48 51 49 entryd.word[0] = 0; 52 50 entryd.word[1] = 0; 53 51 54 52 entryd.p = true; /* present */ 55 53 entryd.ma = MA_WRITEBACK; … … 78 76 } 79 77 80 tlb_invalidate_pages(8, 0x0c000,14);78 tlb_invalidate_pages(8, 0x0c000, 14); 81 79 82 /* tlb_invalidate_all();*/80 /* tlb_invalidate_all(); */ 83 81 84 82 return NULL; 85 83 } 86 87 #endif
Note:
See TracChangeset
for help on using the changeset viewer.