Changeset 319e60e in mainline for kernel/generic/src/main/kinit.c


Ignore:
Timestamp:
2006-12-11T18:33:53Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50661ab
Parents:
134877d
Message:

prepare for new test infrastructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    r134877d r319e60e  
    7070#include <synch/waitq.h>
    7171#include <synch/spinlock.h>
    72 
    73 #ifdef CONFIG_TEST
    74 #include <test.h>
    75 #endif /* CONFIG_TEST */
    7672
    7773/** Kernel initialization thread.
     
    155151        interrupts_enable();
    156152
    157 #ifdef CONFIG_TEST
    158         test();
    159         printf("\nTest finished, please reboot.\n");
    160 #else  /* CONFIG_TEST */
    161 
    162153        count_t i;
    163154        for (i = 0; i < init.cnt; i++) {
     
    195186                }
    196187        }
    197 #endif /* CONFIG_TEST */
    198 
    199188}
    200189
Note: See TracChangeset for help on using the changeset viewer.