commit | 5c9d6d759b3be9f9bdd6f7e5f440d870a4ec675a | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Fri Sep 06 09:00:03 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:54:08 2013 +1100 |
tree | fc5c51bc2cffe2306f849b6cebaa4fb55dfb2735 | |
parent | 98cea5fec48a4af8498a0c5c5fccf64f82fc1ce2 [diff] |
powerpc/powernv: Double size of log blob Each PHB instance (struct pnv_phb) has its corresponding log blob, which is used to hold the retrieved error log from firmware. The current size of that (4096) isn't enough for PHB3 case and the patch makes that double to 8192. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>