Three issues were introduced since the last patch set reformation. 1) The rtlx interrupt hook gets linked incorrectly; 2) The rtlx interrupt hook is not unregistered at module exit; 3) The vpe loader gets linked incorrectly. Sorry for having not tested the functionality since the big reformation. With these 3 patches, now I have confirmed that both MT and CMP flavors are working correctly. Deng-Cheng Zhu (3): MIPS: APRP: Fix the linking of rtlx interrupt hook MIPS: APRP: Unregister rtlx interrupt hook at module exit MIPS: APRP: Choose the correct VPE loader by fixing the linking arch/mips/kernel/rtlx-cmp.c | 3 +++ arch/mips/kernel/rtlx-mt.c | 3 +++ arch/mips/mti-malta/malta-amon.c | 2 +- arch/mips/mti-malta/malta-int.c | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) -- 1.8.5.3