aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/page.h
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2014-03-01 17:41:22 -0500
committerHelge Deller <deller@gmx.de>2014-03-23 16:46:30 +0100
commit4b02a72a266b58268979cb6f9c5d4dd002148634 (patch)
treedc77d83fb08376e633ed6c11c0ed6baac15cb3ed /arch/parisc/include/asm/page.h
parentpartly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over built-in ROM fonts (diff)
downloadlinux-dev-4b02a72a266b58268979cb6f9c5d4dd002148634.tar.xz
linux-dev-4b02a72a266b58268979cb6f9c5d4dd002148634.zip
parisc: Remove unused CONFIG_PARISC_TMPALIAS code
The attached change removes the unused and experimental CONFIG_PARISC_TMPALIAS code. It doesn't work and I don't believe it will ever be used. Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/page.h')
-rw-r--r--arch/parisc/include/asm/page.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/parisc/include/asm/page.h b/arch/parisc/include/asm/page.h
index 637fe031aa84..60d5d174dfe4 100644
--- a/arch/parisc/include/asm/page.h
+++ b/arch/parisc/include/asm/page.h
@@ -32,17 +32,6 @@ void copy_page_asm(void *to, void *from);
void copy_user_page(void *vto, void *vfrom, unsigned long vaddr,
struct page *pg);
-/* #define CONFIG_PARISC_TMPALIAS */
-
-#ifdef CONFIG_PARISC_TMPALIAS
-void clear_user_highpage(struct page *page, unsigned long vaddr);
-#define clear_user_highpage clear_user_highpage
-struct vm_area_struct;
-void copy_user_highpage(struct page *to, struct page *from,
- unsigned long vaddr, struct vm_area_struct *vma);
-#define __HAVE_ARCH_COPY_USER_HIGHPAGE
-#endif
-
/*
* These are used to make use of C type-checking..
*/