projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6154f94
)
[SPARC64]: Disable smp_report_regs() for now.
author
David S. Miller
<
[email protected]
>
Fri, 17 Feb 2006 09:17:21 +0000
(
01:17
-0800)
committer
David S. Miller
<
[email protected]
>
Mon, 20 Mar 2006 09:13:21 +0000
(
01:13
-0800)
For 32 cpus and a slow console, it just wedges the
machine especially with DETECT_SOFTLOCKUP enabled.
Signed-off-by: David S. Miller <
[email protected]
>
arch/sparc64/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/process.c
b/arch/sparc64/kernel/process.c
index 803eea4dc4ff65aaac791e6e56acfaad20a956b6..d00cb7ad89b9608b59771560fa927f57ead2f608 100644
(file)
--- a/
arch/sparc64/kernel/process.c
+++ b/
arch/sparc64/kernel/process.c
@@
-355,6
+355,7
@@
void show_regs(struct pt_regs *regs)
extern long etrap, etraptl1;
#endif
__show_regs(regs);
+#if 0
#ifdef CONFIG_SMP
{
extern void smp_report_regs(void);
@@
-362,6
+363,7
@@
void show_regs(struct pt_regs *regs)
smp_report_regs();
}
#endif
+#endif
#ifdef VERBOSE_SHOWREGS
if (regs->tpc >= &etrap && regs->tpc < &etraptl1 &&