Changeset 405e13a in mainline


Ignore:
Timestamp:
2008-12-04T19:11:57Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f15cb3c4
Parents:
b15c9f9
Message:

kconsole might be optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/debug/mips1.c

    rb15c9f9 r405e13a  
    3939#include <arch.h>
    4040
    41 char * test_mips1(bool quiet)
     41char *test_mips1(bool quiet)
    4242{
    4343        if (!quiet)
    44                 printf("You should enter kconsole debug mode now.\n");
     44                printf("If kconsole is compiled in, you should enter debug mode now.\n");
    4545       
    4646        asm volatile (
Note: See TracChangeset for help on using the changeset viewer.