summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-03-25 23:40:36 +0000
committer <ralf@linux-mips.org>1997-03-25 23:40:36 +0000
commit7206675c40394c78a90e74812bbdbf8cf3cca1be (patch)
tree251895cf5a0008e2b4ce438cb01ad4d55fb5b97b /include/asm-sparc
parentbeb116954b9b7f3bb56412b2494b562f02b864b1 (diff)
Import of Linux/MIPS 2.1.14.2
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/page.h2
-rw-r--r--include/asm-sparc/system.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-sparc/page.h b/include/asm-sparc/page.h
index 43bbf1847..03c9c48fd 100644
--- a/include/asm-sparc/page.h
+++ b/include/asm-sparc/page.h
@@ -118,8 +118,6 @@ typedef unsigned long iopgprot_t;
#endif
-#define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE)
-
extern unsigned long sparc_unmapped_base;
#define TASK_UNMAPPED_BASE (sparc_unmapped_base)
diff --git a/include/asm-sparc/system.h b/include/asm-sparc/system.h
index 34800571c..1ec202c8e 100644
--- a/include/asm-sparc/system.h
+++ b/include/asm-sparc/system.h
@@ -242,9 +242,4 @@ static __inline__ unsigned long __xchg(unsigned long x, __volatile__ void * ptr,
#endif /* __ASSEMBLY__ */
-/*
- * Reset the machine.
- */
-extern void hard_reset_now(void);
-
#endif /* !(__SPARC_SYSTEM_H) */