commit | d4fb5ebd83c7044ce0784e899271f6fcb42d0713 | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Fri Jul 22 23:55:42 2011 +0400 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Nov 24 02:01:40 2011 -0600 |
tree | fca4a27cb58db825f50812fe882efc800871d4d8 | |
parent | c0019a4d6700e22409ffeaf6dbfa0b0700d128ca [diff] |
powerpc/83xx: consolidate init_IRQ functions On mpc83xx platform nearly all _init_IRQ functions look alike. They either just setup ipic, or setup ipic and QE PIC. Separate this to special functions to be either referenced from ppc_md, or called from board file. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>