summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-10-18 13:53:35 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1998-10-18 13:53:35 +0000
commit4f63263034ff1eb84b2ef2259bcf0d7909f17236 (patch)
treee577ff2f4ca5c97bfc44250ea70760be62140359 /include/asm-mips
parent843b3537ba689ec2e9d00aa89d60d6f0cb51404c (diff)
added prototype for prom_identify_arch
removed prototype for prom_setup_archtags
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/sgialib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/sgialib.h b/include/asm-mips/sgialib.h
index 9102be1d8..c50abbf94 100644
--- a/include/asm-mips/sgialib.h
+++ b/include/asm-mips/sgialib.h
@@ -1,4 +1,4 @@
-/* $Id: sgialib.h,v 1.2 1998/07/08 16:01:13 ralf Exp $
+/* $Id: sgialib.h,v 1.2 1998/07/10 01:14:55 ralf Exp $
* sgialib.h: SGI ARCS firmware interface library for the Linux kernel.
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
@@ -71,10 +71,10 @@ extern pcomponent *prom_childadd(pcomponent *this, pcomponent *tmp, void *data);
extern long prom_delcomponent(pcomponent *this);
extern pcomponent *prom_componentbypath(char *path);
-/* This is called at prom_init time to setup the tags which the
- * MIPS kernel setup code wants to diddle with.
+/* This is called at prom_init time to identify the
+ * ARC architecture we are running on
*/
-extern void prom_setup_archtags(void);
+extern void prom_identify_arch(void);
/* Environemt variable routines. */
extern char *prom_getenv(char *name);