Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/arch/ia32/src/smp/smp.c
47,7 → 47,7
#include <memstr.h>
#include <arch/i8259.h>
 
#ifdef __SMP__
#ifdef CONFIG_SMP
 
static struct smp_config_operations *ops = NULL;
 
165,4 → 165,4
waitq_wakeup(&kmp_completion_wq, WAKEUP_FIRST);
}
 
#endif /* __SMP__ */
#endif /* CONFIG_SMP */