* [patch 1/8] delete arch/mips/arc/salone.c
@ 2005-06-20 21:49 domen
0 siblings, 0 replies; only message in thread
From: domen @ 2005-06-20 21:49 UTC (permalink / raw)
To: ralf; +Cc: linux-mips, domen
[-- Attachment #1: remove_file-arch_mips_arc_salone.c.patch --]
[-- Type: text/plain, Size: 1062 bytes --]
Remove nowhere referenced file. (egrep "filename\." didn't find anything)
Signed-off-by: Domen Puncer <domen@coderock.org>
---
salone.c | 24 ------------------------
1 files changed, 24 deletions(-)
Index: quilt/arch/mips/arc/salone.c
===================================================================
--- quilt.orig/arch/mips/arc/salone.c
+++ /dev/null
@@ -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);
-}
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-20 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-20 21:49 [patch 1/8] delete arch/mips/arc/salone.c domen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox