summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/cpuid.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-07-27 22:26:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-07-29 15:12:26 -0500
commitd91c2d0f5db929926584e0f47f27299eff9386e1 (patch)
tree13a32a2bda8a1e026ded3e473239a0fd824f8bbc /src/include/kernel/cpuid.H
parenta4ad138162e1c2b0e7ae008d38d91a0094393bd7 (diff)
downloadtalos-hostboot-d91c2d0f5db929926584e0f47f27299eff9386e1.tar.gz
talos-hostboot-d91c2d0f5db929926584e0f47f27299eff9386e1.zip
Add userspace syscalls for PVR.
Change-Id: I27d51e0e9f2396a4ddd45d98d6b1004a17c9db46 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/219 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: MATTHEW S. BARTH <msbarth@us.ibm.com>
Diffstat (limited to 'src/include/kernel/cpuid.H')
-rw-r--r--src/include/kernel/cpuid.H19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/include/kernel/cpuid.H b/src/include/kernel/cpuid.H
index 75287a66e..f2ee02442 100644
--- a/src/include/kernel/cpuid.H
+++ b/src/include/kernel/cpuid.H
@@ -3,27 +3,10 @@
#include <stdint.h>
#include <arch/ppc.H>
+#include <sys/misc.h>
namespace CpuID
{
- /** @enum ProcessorCoreType
- * @brief Enumeration of the different supported processor cores.
- */
- enum ProcessorCoreType
- {
- /** Base Power7 */
- POWER7,
- /** Power7+ */
- POWER7_PLUS,
-
- /** Power8 "Salerno" (low-end) core */
- POWER8_SALERNO,
- /** Power8 "Venice" (high-end) core */
- POWER8_VENICE,
-
- UNKNOWN,
- };
-
/** @fn getCpuType()
* @brief Decode the processor type from the PVR register.
*
OpenPOWER on IntegriCloud