Skip to content

Commit

Permalink
asm-offsets: fix build error without KTF_ACPICA
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Sep 12, 2023
1 parent a40e3db commit 29ab2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ void __asm_offset_header(void) {
EMIT_DEFINE(kb_port1_irq, KB_PORT1_IRQ);
EMIT_DEFINE(kb_port2_irq, KB_PORT2_IRQ);
EMIT_DEFINE(apic_timer_irq, APIC_TIMER_IRQ);
#ifdef KTF_ACPICA
EMIT_DEFINE(acpi_sci_irq, ACPI_SCI_IRQ);
#endif
}

0 comments on commit 29ab2da

Please sign in to comment.