]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mpic: Put "pic-no-reset" test back into the MPIC code
authorKyle Moffett <Kyle.D.Moffett@boeing.com>
Fri, 2 Dec 2011 06:28:05 +0000 (06:28 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 7 Dec 2011 02:43:08 +0000 (13:43 +1100)
commitc579bc766a84a57c31d7b41276ffa9545a34ee1b
treec7995df42e9ca25dce086fbaf668cfac9771dc43
parente62b760179506531bf6d0c522c0def0f84847eb7
powerpc/mpic: Put "pic-no-reset" test back into the MPIC code

There's not really any reason to have this one-liner in a separate
static inline function, given that all the other similar tests are
already in the alloc_mpic() code.

Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/sysdev/mpic.c