diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2013-02-02 12:02:42 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2013-02-02 12:02:42 +0000 |
| commit | 548b2016073751ccc05830b75d09fc87e50f6d45 (patch) | |
| tree | 9901a738d6efc2c6aa1dd55e1cd0595b82b88cb6 /sys/i386 | |
| parent | bfdcb3bcba3a0364301c4c3dc7820ef1f689e8ea (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/include/intr_machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/intr_machdep.h b/sys/i386/include/intr_machdep.h index 004ed52e60c9..b3dd122301e5 100644 --- a/sys/i386/include/intr_machdep.h +++ b/sys/i386/include/intr_machdep.h @@ -94,7 +94,7 @@ struct pic { int (*pic_config_intr)(struct intsrc *, enum intr_trigger, enum intr_polarity); int (*pic_assign_cpu)(struct intsrc *, u_int apic_id); - STAILQ_ENTRY(pic) pics; + TAILQ_ENTRY(pic) pics; }; /* Flags for pic_disable_source() */ |
