summaryrefslogtreecommitdiffstats
path: root/src/include/arch/ppc.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/arch/ppc.H')
-rw-r--r--src/include/arch/ppc.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 8d22c0790..54c9e8774 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -322,7 +322,8 @@ inline void icbi(void* _ptr)
ALWAYS_INLINE
inline void nap()
{
- asm volatile("nap");
+ // @todo-RTC:130186 Add new stop command support
+ //asm volatile("nap");
}
ALWAYS_INLINE
OpenPOWER on IntegriCloud