| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] Remove arch/mips/arc/salone.c |
| From: | Alexey Dobriyan <adobriyan@gmail.com> |
| Date: | Wed, 14 Sep 2005 23:59:11 +0400 |
| Cc: | linux-mips@linux-mips.org, Domen Puncer <domen@coderock.org> |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=Clp8IQqkEGtCyCBxyqQSeGudr+Zgif+du2oYs0d5pXqniammiJp+Bz1HjU9PyHfZ30+Gmt1ufthstiahsZGdv0Cfp56wq96G+PE4yRVLMMpT6gWSnxG+SqiaWTzwQLorh6e6BM+VrWwIz3mbs6TOcF0T8jus4+YiCESSAqVCt4I= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.8i |
From: Domen Puncer <domen@coderock.org>
Remove nowhere referenced file (grep salone -r . didn't find anything).
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---
arch/mips/arc/salone.c | 24 ------------------------
1 files changed, 24 deletions(-)
--- a/arch/mips/arc/salone.c 2005-09-14 19:05:26.000000000 +0400
+++ /dev/null 1970-01-01 00:00:00.000000000 +0000
@@ -1,24 +0,0 @@
-/*
- * Routines to load into memory and execute stand-along program images using
- * ARCS PROM firmware.
- *
- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
- */
-#include <linux/init.h>
-#include <asm/sgialib.h>
-
-LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr)
-{
- return ARC_CALL4(load, Path, TopAddr, ExecAddr, LowAddr);
-}
-
-LONG __init ArcInvoke(ULONG ExecAddr, ULONG StackAddr, ULONG Argc, CHAR
*Argv[],
- CHAR *Envp[])
-{
- return ARC_CALL5(invoke, ExecAddr, StackAddr, Argc, Argv, Envp);
-}
-
-LONG __init ArcExecute(CHAR *Path, LONG Argc, CHAR *Argv[], CHAR *Envp[])
-{
- return ARC_CALL4(exec, Path, Argc, Argv, Envp);
-}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] gt96100: stop using pci_find_device(), Ralf Baechle |
|---|---|
| Next by Date: | [PATCH] Remove arch/mips/pmc-sierra/yosemite/ht-irq.c, Alexey Dobriyan |
| Previous by Thread: | [PATCH] gt96100: stop using pci_find_device(), Alexey Dobriyan |
| Next by Thread: | [PATCH] Remove arch/mips/pmc-sierra/yosemite/ht-irq.c, Alexey Dobriyan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |