Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7292
b: refs/heads/master
c: 5fdabaa
h: refs/heads/master
v: v3
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Sep 6, 2005
1 parent 5957a32 commit 0c35fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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: 41be31b7d61c661a63bb1d5c8be3c39f124beabd
refs/heads/master: 5fdabaab01ee8928597aae8a0178a3a4f7b66365
14 changes: 2 additions & 12 deletions trunk/arch/ppc64/kernel/pmac_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,16 +274,6 @@ static void __pmac pmac_halt(void)
}

#ifdef CONFIG_BOOTX_TEXT
static int dummy_getc_poll(void)
{
return -1;
}

static unsigned char dummy_getc(void)
{
return 0;
}

static void btext_putc(unsigned char c)
{
btext_drawchar(c);
Expand Down Expand Up @@ -348,8 +338,8 @@ static void __init pmac_init_early(void)
init_boot_display();

ppc_md.udbg_putc = btext_putc;
ppc_md.udbg_getc = dummy_getc;
ppc_md.udbg_getc_poll = dummy_getc_poll;
ppc_md.udbg_getc = NULL;
ppc_md.udbg_getc_poll = NULL;
#endif /* CONFIG_BOOTX_TEXT */
}

Expand Down

0 comments on commit 0c35fd4

Please sign in to comment.