* [PATCH] powerpc: Fix incorrect comment about interrupt stack allocation
@ 2010-12-08 10:55 Anton Blanchard
0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2010-12-08 10:55 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev
We now allow interrupt stacks anywhere in the first segment which can be
256M or 1TB. Fix the comment.
Signed-off-by: Anton Blanchard <anton@samba.org>
---
Index: powerpc.git/arch/powerpc/kernel/setup_64.c
===================================================================
--- powerpc.git.orig/arch/powerpc/kernel/setup_64.c 2010-08-19 09:05:17.090741942 +1000
+++ powerpc.git/arch/powerpc/kernel/setup_64.c 2010-08-19 09:06:08.151991499 +1000
@@ -428,8 +428,8 @@ static void __init irqstack_early_init(v
unsigned int i;
/*
- * interrupt stacks must be under 256MB, we cannot afford to take
- * SLB misses on them.
+ * Interrupt stacks must be in the first segment since we
+ * cannot afford to take SLB misses on them.
*/
for_each_possible_cpu(i) {
softirq_ctx[i] = (struct thread_info *)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-08 10:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 10:55 [PATCH] powerpc: Fix incorrect comment about interrupt stack allocation Anton Blanchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).