# HG changeset patch # User gthomas # Date 1082753089 0 # Node ID 6afeeb1541768e6aa0c65a64b08270385b0687a5 # Parent 43a89c18d0053c98777aa453cef3e6bdc0ad84c6 Fix typo diff --git a/packages/hal/powerpc/mpc5xx/current/src/var_intr.c b/packages/hal/powerpc/mpc5xx/current/src/var_intr.c --- a/packages/hal/powerpc/mpc5xx/current/src/var_intr.c +++ b/packages/hal/powerpc/mpc5xx/current/src/var_intr.c @@ -324,7 +324,7 @@ hal_mpc5xx_remove_arbitration_isr(cyg_ui #ifdef CYGSEM_HAL_POWERPC_MPC5XX_IMB3_ARBITER // Prevent anything from coming through while manipulating the list HAL_INTERRUPT_MASK(CYGNUM_HAL_INTERRUPT_SIU_LVL7); - result = mc5xx_remove(imb3_data_head, apriority); + result = mpc5xx_remove(imb3_data_head, apriority); // If something was removed, update the list. if(result) imb3_data_head = result->reserved;