Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223261
b: refs/heads/master
c: ce05a94
h: refs/heads/master
i:
  223259: 20d08b7
v: v3
  • Loading branch information
David S. Miller committed Nov 16, 2010
1 parent 08b91f0 commit 1435559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: b690c425fe07c725e7f1f7d40303588416cba67f
refs/heads/master: ce05a94efaf71d562eeefd30d6bbc2ab42b06bac
16 changes: 0 additions & 16 deletions trunk/arch/sparc/prom/console_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,3 @@ prom_putchar(char c)
{
prom_nbputchar(c);
}

void
prom_puts(const char *s, int len)
{
unsigned long args[7];

args[0] = (unsigned long) "write";
args[1] = 3;
args[2] = 1;
args[3] = (unsigned int) prom_stdout;
args[4] = (unsigned long) s;
args[5] = len;
args[6] = (unsigned long) -1;

p1275_cmd_direct(args);
}

0 comments on commit 1435559

Please sign in to comment.