commit | d37afc50e618271839f001ea653949eefc728167 | [log] [tgz] |
---|---|---|
author | Chen Gong <gong.chen@linux.intel.com> | Wed Jul 13 13:14:14 2011 +0800 |
committer | Len Brown <len.brown@intel.com> | Wed Jul 13 23:31:51 2011 -0400 |
tree | e772a03f4f604c8bd62b112d1868f8cc1cdffde6 | |
parent | ca7cc5110a313a609da40ae948978a585352564b [diff] |
ACPI, APEI, ERST, Fix erst-dbg long record reading issue When we debug ERST table with erst-dbg, if the error record in ERST table is too long(>4K), it can't be read out. So this patch increases the buffer size to 16K to ensure such error records can be read from ERST table. Signed-off-by: Chen Gong <gong.chen@linux.intel.com> Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>