Changeset 348 for trunk/hal


Ignore:
Timestamp:
Aug 9, 2017, 10:34:36 AM (7 years ago)
Author:
max@…
Message:

We don't support irqbase != 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_acpi.c

    r275 r348  
    107107        x86_printf("-> IOAPIC address: %Z\n", ioapic_pa);
    108108        x86_printf("-> IOAPIC irqbase: %z\n", (uint64_t)irqbase);
     109
     110        if (irqbase != 0)
     111                x86_panic("irqbase != 0");
    109112}
    110113
Note: See TracChangeset for help on using the changeset viewer.