diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-25 18:42:04 -0500 | 
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-03 23:00:23 -0500 | 
| commit | d5dc77bfeeab0b03a32e3db5e31e2f64605634ab (patch) | |
| tree | 7cdf557d1310db607d164d576d8cc5799d4aaf36 /arch/x86/ia32 | |
| parent | 76b021d053ed0b8de9689eefca5e8f53dade7fd7 (diff) | |
| download | linux-d5dc77bfeeab0b03a32e3db5e31e2f64605634ab.tar.bz2 | |
consolidate compat lookup_dcookie()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/ia32')
| -rw-r--r-- | arch/x86/ia32/sys_ia32.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/arch/x86/ia32/sys_ia32.c b/arch/x86/ia32/sys_ia32.c index ad6ca0472722..c0df976b0b71 100644 --- a/arch/x86/ia32/sys_ia32.c +++ b/arch/x86/ia32/sys_ia32.c @@ -226,12 +226,6 @@ long sys32_vm86_warning(void)  	return -ENOSYS;  } -long sys32_lookup_dcookie(u32 addr_low, u32 addr_high, -			  char __user *buf, size_t len) -{ -	return sys_lookup_dcookie(((u64)addr_high << 32) | addr_low, buf, len); -} -  asmlinkage ssize_t sys32_readahead(int fd, unsigned off_lo, unsigned off_hi,  				   size_t count)  { |