Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181052
b: refs/heads/master
c: b9303a7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 12, 2010
1 parent 03bbb6a commit d04227d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: 65fedbbef8404be5e1dbd18bdad252616b49a24b
refs/heads/master: b9303a79567d4a45b015dff7e71dd24923332d8d
1 change: 0 additions & 1 deletion trunk/arch/sh/include/asm/sh_bios.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* usually from within the early stages of kernel boot.
*/
extern void sh_bios_console_write(const char *buf, unsigned int len);
extern void sh_bios_char_out(char ch);
extern void sh_bios_gdb_detach(void);

extern void sh_bios_get_node_addr(unsigned char *node_addr);
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/sh/kernel/sh_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ void sh_bios_console_write(const char *buf, unsigned int len)
sh_bios_call(BIOS_CALL_CONSOLE_WRITE, (long)buf, (long)len, 0, 0);
}

void sh_bios_char_out(char ch)
{
sh_bios_call(BIOS_CALL_CHAR_OUT, ch, 0, 0, 0);
}

void sh_bios_gdb_detach(void)
{
sh_bios_call(BIOS_CALL_GDB_DETACH, 0, 0, 0, 0);
Expand Down

0 comments on commit d04227d

Please sign in to comment.