diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-09-27 18:51:19 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-09-27 18:51:19 +0000 |
| commit | 6e93c19e3d78a32eec810c10e42367bc7432d1d3 (patch) | |
| tree | d1f22735dcce543c44d6dabebdbef5837540c4c5 /sys/i386 | |
| parent | 8be563721ababe474a268ee258dc030299e7c397 (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/i386/local_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/local_apic.c b/sys/i386/i386/local_apic.c index 54b2eb60958e..0b8d18c2df46 100644 --- a/sys/i386/i386/local_apic.c +++ b/sys/i386/i386/local_apic.c @@ -615,7 +615,7 @@ lapic_handle_timer(struct trapframe frame) /* Send EOI first thing. */ lapic_eoi(); -#ifdef SMP +#if defined(SMP) && !defined(SCHED_ULE) /* * Don't do any accounting for the disabled HTT cores, since it * will provide misleading numbers for the userland. |
