summaryrefslogtreecommitdiff
path: root/arch/tile/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-08-07 17:06:15 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-08-07 17:06:15 +1000
commit38fde44da4258f0a2ae975ecc833106c726ad37e (patch)
tree69e0e7ca7581794d29eaf9bb683214a692be391b /arch/tile/kernel
parente2ea6c3da34fa52f332cbc7914ca282cf4d2eeb9 (diff)
parentaf86fefe413b6b1542e1b0f97be8bc9570c5eaf7 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'arch/tile/kernel')
-rw-r--r--arch/tile/kernel/vdso.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/tile/kernel/vdso.c b/arch/tile/kernel/vdso.c
index 1533af24106e..5bc51d7dfdcb 100644
--- a/arch/tile/kernel/vdso.c
+++ b/arch/tile/kernel/vdso.c
@@ -121,21 +121,6 @@ const char *arch_vma_name(struct vm_area_struct *vma)
return NULL;
}
-struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
-{
- return NULL;
-}
-
-int in_gate_area(struct mm_struct *mm, unsigned long address)
-{
- return 0;
-}
-
-int in_gate_area_no_mm(unsigned long address)
-{
- return 0;
-}
-
int setup_vdso_pages(void)
{
struct page **pagelist;