summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
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) */