All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [MIPS] Fix resume for 64K page size
@ 2007-07-10 17:20 ` pwatkins
  0 siblings, 0 replies; 9+ messages in thread
From: pwatkins @ 2007-07-10 17:20 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: Peter Watkins

This fixes a bug when running 64K page size on r4k machines. 


Signed-off-by: Peter Watkins <pwatkins@sicortex.com>
---
 arch/mips/kernel/r4k_switch.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/r4k_switch.S b/arch/mips/kernel/r4k_switch.S
index 0672959..65f0f91 100644
--- a/arch/mips/kernel/r4k_switch.S
+++ b/arch/mips/kernel/r4k_switch.S
@@ -85,7 +85,7 @@ #endif
 	move	$28, a2
 	cpu_restore_nonscratch a1
 
-#if (_THREAD_SIZE - 32) < 0x10000
+#if (_THREAD_SIZE) < 0x10000
 	PTR_ADDIU	t0, $28, _THREAD_SIZE - 32
 #else
 	PTR_LI		t0, _THREAD_SIZE - 32
-- 
1.4.2.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-07-11  9:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 17:20 [PATCH] [MIPS] Fix resume for 64K page size pwatkins
2007-07-10 17:20 ` pwatkins
2007-07-10 17:15 ` Ralf Baechle
2007-07-10 17:15   ` Ralf Baechle
2007-07-10 17:34 ` Thiemo Seufer
2007-07-10 17:34   ` Thiemo Seufer
2007-07-11  7:36   ` Ralf Baechle
2007-07-11  7:36     ` Ralf Baechle
2007-07-10 17:36 ` Maciej W. Rozycki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.