Inter-revision diff: patch 1

Comparing v1 (message) to v5 (message)

--- v1
+++ v5
@@ -4,8 +4,8 @@
 at reset vector 0x100. Which is why the macro IDLE_STATE_ENTER_SEQ
 that puts the CPU to an idle state and never returns.
 
-On ISA_300, when the ESL and EC bits in the PSSCR are zero, the
-CPU is expected to wake up at the next instruction of the idle
+On ISA v3.0, when the ESL and EC bits in the PSSCR are zero, the CPU
+is expected to wake up at the next instruction of the idle
 instruction.
 
 This patch adds a new macro named IDLE_STATE_ENTER_SEQ_NORET for the
@@ -15,16 +15,18 @@
 
 Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
 ---
+No changes from v4
+
  arch/powerpc/include/asm/cpuidle.h   |  5 ++++-
  arch/powerpc/kernel/exceptions-64s.S |  6 +++---
  arch/powerpc/kernel/idle_book3s.S    | 10 +++++-----
  3 files changed, 12 insertions(+), 9 deletions(-)
 
 diff --git a/arch/powerpc/include/asm/cpuidle.h b/arch/powerpc/include/asm/cpuidle.h
-index 01b8a13..9fd23f6 100644
+index 3919332..0a3255b 100644
 --- a/arch/powerpc/include/asm/cpuidle.h
 +++ b/arch/powerpc/include/asm/cpuidle.h
-@@ -21,7 +21,7 @@ extern u64 pnv_first_deep_stop_state;
+@@ -21,7 +21,7 @@
  
  /* Idle state entry routines */
  #ifdef	CONFIG_PPC_P7_NAP
@@ -33,8 +35,8 @@
  	/* Magic NAP/SLEEP/WINKLE mode enter sequence */	\
  	std	r0,0(r1);					\
  	ptesync;						\
-@@ -29,6 +29,9 @@ extern u64 pnv_first_deep_stop_state;
- 1:	cmp	cr0,r0,r0;					\
+@@ -29,6 +29,9 @@
+ 1:	cmpd	cr0,r0,r0;					\
  	bne	1b;						\
  	IDLE_INST;						\
 +
@@ -44,10 +46,10 @@
  #endif /* CONFIG_PPC_P7_NAP */
  
 diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
-index bffec73..238307d 100644
+index 1ba82ea..7aa8afc 100644
 --- a/arch/powerpc/kernel/exceptions-64s.S
 +++ b/arch/powerpc/kernel/exceptions-64s.S
-@@ -1301,12 +1301,12 @@ machine_check_handle_early:
+@@ -381,12 +381,12 @@ EXC_COMMON_BEGIN(machine_check_handle_early)
  	lbz	r3,PACA_THREAD_IDLE_STATE(r13)
  	cmpwi	r3,PNV_THREAD_NAP
  	bgt	10f
@@ -62,7 +64,7 @@
  	/* No return */
  
  2:
-@@ -1320,7 +1320,7 @@ machine_check_handle_early:
+@@ -400,7 +400,7 @@ EXC_COMMON_BEGIN(machine_check_handle_early)
  	 */
  	ori	r13,r13,1
  	SET_PACA(r13)
@@ -72,10 +74,10 @@
  4:
  #endif
 diff --git a/arch/powerpc/kernel/idle_book3s.S b/arch/powerpc/kernel/idle_book3s.S
-index bd739fe..32d666b 100644
+index 72dac0b..be90e2f 100644
 --- a/arch/powerpc/kernel/idle_book3s.S
 +++ b/arch/powerpc/kernel/idle_book3s.S
-@@ -188,7 +188,7 @@ pnv_enter_arch207_idle_mode:
+@@ -205,7 +205,7 @@ pnv_enter_arch207_idle_mode:
  	stb	r3,PACA_THREAD_IDLE_STATE(r13)
  	cmpwi	cr3,r3,PNV_THREAD_SLEEP
  	bge	cr3,2f
@@ -84,7 +86,7 @@
  	/* No return */
  2:
  	/* Sleep or winkle */
-@@ -222,7 +222,7 @@ pnv_fastsleep_workaround_at_entry:
+@@ -239,7 +239,7 @@ pnv_fastsleep_workaround_at_entry:
  
  common_enter: /* common code for all the threads entering sleep or winkle */
  	bgt	cr3,enter_winkle
@@ -93,7 +95,7 @@
  
  fastsleep_workaround_at_entry:
  	ori	r15,r15,PNV_CORE_IDLE_LOCK_BIT
-@@ -244,7 +244,7 @@ fastsleep_workaround_at_entry:
+@@ -261,7 +261,7 @@ fastsleep_workaround_at_entry:
  enter_winkle:
  	bl	save_sprs_to_stack
  
@@ -102,7 +104,7 @@
  
  /*
   * r3 - requested stop state
-@@ -257,7 +257,7 @@ power_enter_stop:
+@@ -280,7 +280,7 @@ power_enter_stop:
  	ld	r4,ADDROFF(pnv_first_deep_stop_state)(r5)
  	cmpd	r3,r4
  	bge	2f
@@ -111,7 +113,7 @@
  2:
  /*
   * Entering deep idle state.
-@@ -279,7 +279,7 @@ lwarx_loop_stop:
+@@ -302,7 +302,7 @@ lwarx_loop_stop:
  
  	bl	save_sprs_to_stack
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help