Changeset 17f168e in mainline for kernel/test
- 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
- Location:
- kernel/test
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/debug/mips1.c
r6cd9aa6 r17f168e 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #ifdef mips3230 28 31 29 #include <print.h> … … 50 48 return "Back from debug mode"; 51 49 } 52 53 #endif -
kernel/test/debug/mips1.def
r6cd9aa6 r17f168e 1 #ifdef mips322 1 { 3 2 "mips1", … … 6 5 false 7 6 }, 8 #endif -
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 -
kernel/test/mm/purge1.def
r6cd9aa6 r17f168e 1 #ifdef ia642 1 { 3 2 "purge1", … … 6 5 true 7 6 }, 8 #endif
Note:
See TracChangeset
for help on using the changeset viewer.