Skip to content

Commit

Permalink
IP22ZILOG: fix lockup and sysrq
Browse files Browse the repository at this point in the history
 - fix lockup when switching from early console to real console
 - make sysrq reliable
 - fix panic, if sysrq is issued before console is opened

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Thomas Bogendoerfer authored and Linus Torvalds committed Nov 29, 2007
1 parent 6d4f587 commit 68576cf
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 163 deletions.
19 changes: 0 additions & 19 deletions arch/mips/sgi-ip22/ip22-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,6 @@
unsigned long sgi_gfxaddr;
EXPORT_SYMBOL_GPL(sgi_gfxaddr);

/*
* Stop-A is originally a Sun thing that isn't standard on IP22 so to avoid
* accidents it's disabled by default on IP22.
*
* FIXME: provide a mechanism to change the value of stop_a_enabled.
*/
int stop_a_enabled;

void ip22_do_break(void)
{
if (!stop_a_enabled)
return;

printk("\n");
ArcEnterInteractiveMode();
}

EXPORT_SYMBOL(ip22_do_break);

extern void ip22_be_init(void) __init;

void __init plat_mem_setup(void)
Expand Down
Loading

0 comments on commit 68576cf

Please sign in to comment.