Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2090 → Rev 2091

/trunk/kernel/arch/sparc64/src/sparc64.c
101,9 → 101,10
 
void arch_post_smp_init(void)
{
thread_t *t;
static thread_t *t = NULL;
 
if (config.cpu_active == 1) {
 
if (!t) {
/*
* Create thread that polls keyboard.
*/