Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177854
b: refs/heads/master
c: cb6edd4
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Dec 17, 2009
1 parent 9c420b6 commit 5b2616a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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: 1b93b3c3e94be2605759735a89fc935ba5f58dcf
refs/heads/master: cb6edd45f04152d91d598c0aadadbb3ac673d07b
5 changes: 0 additions & 5 deletions trunk/arch/mips/fw/arc/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

#undef DEBUG_CMDLINE

char * __init prom_getcmdline(void)
{
return arcs_cmdline;
}

static char *ignored[] = {
"ConsoleIn=",
"ConsoleOut=",
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/mips/include/asm/sgialib.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ extern void prom_identify_arch(void);
extern PCHAR ArcGetEnvironmentVariable(PCHAR name);
extern LONG ArcSetEnvironmentVariable(PCHAR name, PCHAR value);

/* ARCS command line acquisition and parsing. */
extern char *prom_getcmdline(void);
/* ARCS command line parsing. */
extern void prom_init_cmdline(void);

/* Acquiring info about the current time, etc. */
Expand Down

0 comments on commit 5b2616a

Please sign in to comment.