mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] m68knommu: use TRHEAD_SIZE instead of hard constant
@ 2007-06-01 11:10 Greg Ungerer
  0 siblings, 0 replies; only message in thread
From: Greg Ungerer @ 2007-06-01 11:10 UTC (permalink / raw)
  To: torvalds; +Cc: gerg, linux-kernel

Use THREAD_SIZE instead of a hard constant.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---



diff -Naur linux-2.6.21/arch/m68knommu/kernel/process.c linux-2.6.21-uc0/arch/m68knommu/kernel/process.c
--- linux-2.6.21/arch/m68knommu/kernel/process.c	2007-05-01 17:12:41.000000000 +1000
+++ linux-2.6.21-uc0/arch/m68knommu/kernel/process.c	2007-05-01 17:16:11.000000000 +1000
@@ -377,7 +377,7 @@
 	fp = ((struct switch_stack *)p->thread.ksp)->a6;
 	do {
 		if (fp < stack_page+sizeof(struct thread_info) ||
-		    fp >= 8184+stack_page)
+		    fp >= THREAD_SIZE-8+stack_page)
 			return 0;
 		pc = ((unsigned long *)fp)[1];
 		if (!in_sched_functions(pc))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-01 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-01 11:10 [PATCH] m68knommu: use TRHEAD_SIZE instead of hard constant Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®