summaryrefslogtreecommitdiffstats
path: root/src/kernel/cpumgr.C
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-04-13 10:03:19 -0500
committerALWOOD P. WILLIAMS III <iawillia@us.ibm.com>2011-04-14 15:38:48 -0500
commitc13832aef84af9c2ebd1852a6baf6bb0f8913a7a (patch)
treeabb67eb562d10b79d1f9661327e53bfc8ed97127 /src/kernel/cpumgr.C
parent0fa3b96159e308af4d430ea7ee612e674d96838c (diff)
downloadtalos-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/kernel/cpumgr.C')
-rw-r--r--src/kernel/cpumgr.C5
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());
-}
OpenPOWER on IntegriCloud