diff options
| -rw-r--r-- | sys/amd64/include/apicreg.h | 4 | ||||
| -rw-r--r-- | sys/i386/include/apic.h | 4 | ||||
| -rw-r--r-- | sys/i386/include/apicreg.h | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/amd64/include/apicreg.h b/sys/amd64/include/apicreg.h index b3bd820df766..f58718491b50 100644 --- a/sys/amd64/include/apicreg.h +++ b/sys/amd64/include/apicreg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic.h,v 1.3 1997/07/15 00:09:00 smp Exp smp $ + * $Id: apic.h,v 1.7 1997/07/15 02:47:52 fsmp Exp $ */ #ifndef _MACHINE_APIC_H_ @@ -352,8 +352,6 @@ typedef struct IOAPIC ioapic_t; * fields in IRR * ISA INTerrupts are in bits 16-31 of the 1st IRR register. * these masks DON'T EQUAL the isa IRQs of the same name. - * FIXME: how do we make this portable for MP table configurations??? - * look for "HARD_VECTORXXX" marking places with this problem. */ #define APIC_IRQ0 0x00000001 #define APIC_IRQ1 0x00000002 diff --git a/sys/i386/include/apic.h b/sys/i386/include/apic.h index b3bd820df766..f58718491b50 100644 --- a/sys/i386/include/apic.h +++ b/sys/i386/include/apic.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic.h,v 1.3 1997/07/15 00:09:00 smp Exp smp $ + * $Id: apic.h,v 1.7 1997/07/15 02:47:52 fsmp Exp $ */ #ifndef _MACHINE_APIC_H_ @@ -352,8 +352,6 @@ typedef struct IOAPIC ioapic_t; * fields in IRR * ISA INTerrupts are in bits 16-31 of the 1st IRR register. * these masks DON'T EQUAL the isa IRQs of the same name. - * FIXME: how do we make this portable for MP table configurations??? - * look for "HARD_VECTORXXX" marking places with this problem. */ #define APIC_IRQ0 0x00000001 #define APIC_IRQ1 0x00000002 diff --git a/sys/i386/include/apicreg.h b/sys/i386/include/apicreg.h index b3bd820df766..f58718491b50 100644 --- a/sys/i386/include/apicreg.h +++ b/sys/i386/include/apicreg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic.h,v 1.3 1997/07/15 00:09:00 smp Exp smp $ + * $Id: apic.h,v 1.7 1997/07/15 02:47:52 fsmp Exp $ */ #ifndef _MACHINE_APIC_H_ @@ -352,8 +352,6 @@ typedef struct IOAPIC ioapic_t; * fields in IRR * ISA INTerrupts are in bits 16-31 of the 1st IRR register. * these masks DON'T EQUAL the isa IRQs of the same name. - * FIXME: how do we make this portable for MP table configurations??? - * look for "HARD_VECTORXXX" marking places with this problem. */ #define APIC_IRQ0 0x00000001 #define APIC_IRQ1 0x00000002 |
