summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2018-07-03 13:52:13 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2018-07-06 10:41:58 -0400
commit6d556b9b95fd84ca8d4a652cf1a08ffb3b613d07 (patch)
tree642af9739b2ec50f4a92b184b16a254a3e5ae736 /src
parentbc0c2332263be3b8615c7ff04a3373cfd57f7a57 (diff)
downloadtalos-occ-6d556b9b95fd84ca8d4a652cf1a08ffb3b613d07.tar.gz
talos-occ-6d556b9b95fd84ca8d4a652cf1a08ffb3b613d07.zip
Increase GPE1 Stack Size
Change-Id: I264e2367ecde7172436bf49c38aa9c40a5b0c9b2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61827 Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/occ_gpe1/gpe1_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_gpe1/gpe1_main.c b/src/occ_gpe1/gpe1_main.c
index 326ae42..2385ac9 100644
--- a/src/occ_gpe1/gpe1_main.c
+++ b/src/occ_gpe1/gpe1_main.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -35,7 +35,7 @@
#include "gpe_export.h"
#include "gpe_centaur.h"
-#define KERNEL_STACK_SIZE 512
+#define KERNEL_STACK_SIZE 1024
uint64_t G_kernel_stack[KERNEL_STACK_SIZE/8];
OpenPOWER on IntegriCloud