summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe1/gpe1_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_gpe1/gpe1_main.c')
-rw-r--r--src/occ_gpe1/gpe1_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_gpe1/gpe1_main.c b/src/occ_gpe1/gpe1_main.c
index 6272621..326ae42 100644
--- a/src/occ_gpe1/gpe1_main.c
+++ b/src/occ_gpe1/gpe1_main.c
@@ -33,10 +33,11 @@
#include "pk_trace.h"
#include "ipc_api.h"
#include "gpe_export.h"
+#include "gpe_centaur.h"
#define KERNEL_STACK_SIZE 512
-uint8_t G_kernel_stack[KERNEL_STACK_SIZE];
+uint64_t G_kernel_stack[KERNEL_STACK_SIZE/8];
//Point to the GPE shared structure
#define GPE_SHARED_DATA_ADDR 0xFFFB3C00
OpenPOWER on IntegriCloud