summaryrefslogtreecommitdiffstats
path: root/pk/ppe/ppe_timebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/ppe/ppe_timebase.h')
-rw-r--r--pk/ppe/ppe_timebase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pk/ppe/ppe_timebase.h b/pk/ppe/ppe_timebase.h
index f3d2c91d..45da0080 100644
--- a/pk/ppe/ppe_timebase.h
+++ b/pk/ppe/ppe_timebase.h
@@ -7,16 +7,16 @@
// *! *** IBM Confidential ***
//-----------------------------------------------------------------------------
-/// \file gpe_timebase.h
+/// \file ppe_timebase.h
/// \brief support for using the OCB 32 bit timebase register
///
-/// The OCB timebase register is a 32 bit count-up register that is shared
-/// by all GPE's in the OCC complex.
#include "pk.h"
//The timebase register will never be supported in the base ppe model
-#define APPCFG_USE_DEC_FOR_TIMEBASE
+#ifdef APPCFG_USE_EXT_TIMEBASE
+#error "External timebase is not supported on the PPE standalone model"
+#endif /* APPCFG_USE_EXT_TIMEBASE */
#ifndef __ASSEMBLER__
OpenPOWER on IntegriCloud