Changeset cb01e1e in mainline for kernel/test/debug/mips1.c


Ignore:
Timestamp:
2009-04-04T00:26:27Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a85aebd
Parents:
171f9a1
Message:

use global variable and a macro for silencing tests

File:
1 edited

Legend:

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

    r171f9a1 rcb01e1e  
    3737#include <arch.h>
    3838
    39 char *test_mips1(bool quiet)
     39char *test_mips1(void)
    4040{
    41         if (!quiet)
    42                 printf("If kconsole is compiled in, you should enter debug mode now.\n");
     41        TPRINTF("If kconsole is compiled in, you should enter debug mode now.\n");
    4342       
    4443        asm volatile (
Note: See TracChangeset for help on using the changeset viewer.