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)
commitc7ef7645544131b0750478d1cf94cdfa945c809d
tree4442e415b365cd43be1d8a73703f809f78177560
parent80cc7d87d5eb34375f916d282450a0906a8ead60
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
This page took 0.041921 seconds and 5 git commands to generate.