]> git.baikalelectronics.ru Git - kernel.git/commit
edac: reduce stack pressure by using a pre-allocated buffer
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Feb 2013 16:36:45 +0000 (13:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Feb 2013 16:48:45 +0000 (13:48 -0300)
commit454cab5f1791a916030cdbf6fcb2ed2b6be8f150
tree4442e415b365cd43be1d8a73703f809f78177560
parentecc7cd3b9e8e3a5e43f00bb0f9620f5fea25b370
edac: reduce stack pressure by using a pre-allocated buffer

The number of variables at the stack is too big.
Reduces the stack usage by using a pre-allocated error
buffer.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/edac_mc.c
include/linux/edac.h