summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/cpu.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-03 16:37:47 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-03 16:37:47 -0500
commit278f85151d8b34ea14920371564a3b81acf3a43c (patch)
tree3d0f0b4c996cff0f81df31b402200fade221db9e /src/include/kernel/cpu.H
parent5ca625e2e6882201ced9a97d8f4128a0dea27ef4 (diff)
downloadblackbird-hostboot-278f85151d8b34ea14920371564a3b81acf3a43c.tar.gz
blackbird-hostboot-278f85151d8b34ea14920371564a3b81acf3a43c.zip
Implement task saving and dispatching.
Diffstat (limited to 'src/include/kernel/cpu.H')
-rw-r--r--src/include/kernel/cpu.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/cpu.H b/src/include/kernel/cpu.H
index 6dd513b2c..2e5a489d9 100644
--- a/src/include/kernel/cpu.H
+++ b/src/include/kernel/cpu.H
@@ -7,10 +7,10 @@ class Scheduler;
struct cpu_t
{
+ void* kernel_stack;
cpuid_t cpu;
Scheduler* scheduler;
- void* kernel_stack;
};
#endif
OpenPOWER on IntegriCloud