]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b887e5c1039d923f16158148339e707c9d5e0d8
tree6f55185d1cfec0572d4a40a5f96eaa6d23a17d63
parent45bdf65dd8ab3682a8969ca3d4d767c1e7d662eb
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