diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-06-07 11:32:45 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-06-07 11:32:45 -0500 |
| commit | 6db79851d2f8664216d85ba73246699d8aae94a7 (patch) | |
| tree | 4fbdb939af7fd48d72d728064259525095f80bfc /src/include/kernel/cpumgr.H | |
| parent | b64188ed609f06ec8b476768f009153472237012 (diff) | |
| download | blackbird-hostboot-6db79851d2f8664216d85ba73246699d8aae94a7.tar.gz blackbird-hostboot-6db79851d2f8664216d85ba73246699d8aae94a7.zip | |
Add scheduler and calls from dispatch interrupt.
Diffstat (limited to 'src/include/kernel/cpumgr.H')
| -rw-r--r-- | src/include/kernel/cpumgr.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H index 06ca8dbc1..325f09d32 100644 --- a/src/include/kernel/cpumgr.H +++ b/src/include/kernel/cpumgr.H @@ -12,7 +12,7 @@ class CpuManager * Returns a pointer to the current CPU structure by using the * task structure in SPRG3. */ - cpu_t* getCurrentCPU(); + static cpu_t* getCurrentCPU(); static void init(); |

