]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 21 Feb 2019 19:08:50 +0000 (19:08 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 23 Feb 2019 10:04:32 +0000 (21:04 +1100)
commit973d8416add05dbbeee4b33fd6ca6b88a18ca6d6
treea3a9cc95df286eaabeeb9fd4247f261bcdd44ede
parente9a9bd9f14076790d63e1858a38b09b99348574f
powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32

Depending on the number of available BATs for mapping the different
kernel areas, it might be needed to increase the alignment of _etext
and/or of data areas.

This patchs allows the user to do it via Kconfig.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig