Changeset c8410ec9 in mainline for kernel/test/debug/mips1.c
- Timestamp:
- 2006-12-19T11:04:39Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6536a4a9
- Parents:
- 95155b0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/debug/mips1.c
r95155b0c rc8410ec9 41 41 char * test_mips1(bool quiet) 42 42 { 43 printf("You should enter kconsole debug mode now.\n"); 43 if (!quiet) 44 printf("You should enter kconsole debug mode now.\n"); 44 45 45 46 asm volatile (
Note:
See TracChangeset
for help on using the changeset viewer.