From 5d33811c6f265463f502c19dd2a3173e1bbc38bc Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Mon, 11 May 2015 14:03:51 -0500 Subject: Base kernel changes for Nimbus/Cumulus Change-Id: Ic5dfde1e975453d760631335bab674919e1109e7 RTC: 126637 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18321 Tested-by: Jenkins Server Reviewed-by: Christian Geddes Reviewed-by: A. Patrick Williams III --- src/include/arch/ppc.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/arch') 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 -- cgit v1.2.3