Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74366
b: refs/heads/master
c: 68576cf
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Linus Torvalds committed Nov 29, 2007
1 parent c1f6e0f commit f47d682
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 164 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d4f5879b6f4da50bde94e1cae73755978ed048f
refs/heads/master: 68576cf122bc5195c758ed295e78b5858472378a
19 changes: 0 additions & 19 deletions trunk/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 f47d682

Please sign in to comment.