[haiku-commits] Re: r41400 - haiku/trunk/src/system/kernel/arch/x86

  • From: marcus overhagen <marcusoverhagen@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 10 May 2011 07:56:08 +0200

On Mon, May 9, 2011 at 5:38 PM,  <mmlr@xxxxxxxx> wrote:

> +       status = enable_irq_routing(acpiModule, table);
> +       if (status != B_OK) {
> +               panic("failed to enable IRQ routing");
> +               // if it failed early on it might still work in PIC mode
> +               acpi_set_interrupt_model(acpiModule, 
> ACPI_INTERRUPT_MODEL_PIC);
> +               return;
> +       }

Are you sure that panic() is correct here?

regards
Marcus

Other related posts: