Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64121
b: refs/heads/master
c: 471e7a4
h: refs/heads/master
i:
  64119: bad16b3
v: v3
  • Loading branch information
Peter Chubb authored and Tony Luck committed Aug 17, 2007
1 parent 04ab82f commit 6720634
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b09e789c438c406bd9bcaac6f1c940a75007e59f
refs/heads/master: 471e7a44848f467c9b83adc3463d019d2fa8817f
7 changes: 7 additions & 0 deletions trunk/arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,13 @@ early_console_setup (char *cmdline)
if (!efi_setup_pcdp_console(cmdline))
earlycons++;
#endif
#ifdef CONFIG_HP_SIMSERIAL_CONSOLE
{
extern struct console hpsim_cons;
register_console(&hpsim_cons);
earlycons++;
}
#endif

return (earlycons) ? 0 : -1;
}
Expand Down

0 comments on commit 6720634

Please sign in to comment.