powerpc/8xx: Use kmalloced data structure instead of global static
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 6 Apr 2022 06:23:21 +0000 (08:23 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 11 May 2022 13:06:40 +0000 (23:06 +1000)
commit5ad1aa007da5f1907673a7cbfdf6e355835ef428
tree6f55185d1cfec0572d4a40a5f96eaa6d23a17d63
parente3ba31b78074bee155662edccd9ca00324087e04
powerpc/8xx: Use kmalloced data structure instead of global static

Use a kmalloced data structure to store interrupt controller internal
data instead of static global variables.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c8f0866ee013113d5e28948943cf0586e49f5353.1649226186.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/8xx/cpm1-ic.c