powerpc/mce: Reduce the size of event arrays
authorGanesh Goudar <ganeshgr@linux.ibm.com>
Thu, 28 Jan 2021 10:41:42 +0000 (16:11 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 31 Jan 2021 11:35:49 +0000 (22:35 +1100)
commit17c5cf0fb993e219bda4f53aa9ec90d3cfcf92ab
tree32f6be9b2629a853e2a61e3c24f946e7b0c11e1d
parentb709e32ef570b8b91dfbcb63cffac4324c87799f
powerpc/mce: Reduce the size of event arrays

Maximum recursive depth of MCE is 4, Considering the maximum depth
allowed reduce the size of event to 10 from 100. This saves us ~19kB
of memory and has no fatal consequences.

Signed-off-by: Ganesh Goudar <ganeshgr@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210128104143.70668-1-ganeshgr@linux.ibm.com
arch/powerpc/include/asm/mce.h