]> git.sur5r.net Git - u-boot/commit
MIPS: stub interrupt_init function
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Apr 2014 09:11:17 +0000 (10:11 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 20 Apr 2014 11:16:42 +0000 (13:16 +0200)
commit186d8159f662e8b4964dca3ff5c87f06cf290a82
treed5e2c023736c9ec4a08e111f36aaa8006d97dcf8
parent6eae68e450517219a548412cae314cb914bc7a71
MIPS: stub interrupt_init function

interrupt_init is called unconditionally by the generic board code.
Define a stub for it on MIPS like the enable & disable functions.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/cpu/mips32/interrupts.c
arch/mips/cpu/mips64/interrupts.c