Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/i386/include/intr_machdep.h 153146 2005-12-05 22:39:09Z jhb $
---
> * $FreeBSD: head/sys/i386/include/intr_machdep.h 156124 2006-02-28 22:24:55Z jhb $
87a88
> void (*pic_assign_cpu)(struct intsrc *, u_int apic_id);
107a109
> u_int is_enabled:1;
119a122,126
> #ifdef SMP
> void intr_add_cpu(u_int apic_id);
> #else
> #define intr_add_cpu(apic_id)
> #endif