diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2011-04-13 10:03:19 -0500 |
---|---|---|
committer | ALWOOD P. WILLIAMS III <iawillia@us.ibm.com> | 2011-04-14 15:38:48 -0500 |
commit | c13832aef84af9c2ebd1852a6baf6bb0f8913a7a (patch) | |
tree | abb67eb562d10b79d1f9661327e53bfc8ed97127 /src | |
parent | 0fa3b96159e308af4d430ea7ee612e674d96838c (diff) | |
download | talos-hostboot-c13832aef84af9c2ebd1852a6baf6bb0f8913a7a.tar.gz talos-hostboot-c13832aef84af9c2ebd1852a6baf6bb0f8913a7a.zip |
Remove unused isCPU0 function.
Change-Id: I07c49d54352565061be3810bcd02217c95117f9d
Reviewed-on: http://localhost:8080/gerrit/2
Reviewed-by: ALWOOD P. WILLIAMS III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/cpumgr.C | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/kernel/cpumgr.C b/src/kernel/cpumgr.C index 984396020..7a4e1c2bd 100644 --- a/src/kernel/cpumgr.C +++ b/src/kernel/cpumgr.C @@ -84,8 +84,3 @@ void CpuManager::startSlaveCPU(cpu_t* cpu) return; } - -uint64_t isCPU0() -{ - return (0 == getCpuId()); -} |