[PATCH 4/5] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
Yury Norov
ynorov at caviumnetworks.com
Thu Feb 25 12:27:26 PST 2016
On Wed, Feb 24, 2016 at 09:34:13PM +0300, Yury Norov wrote:
[...]
> +COMPAT_SYSCALL_WRAP3(bpf, int, cmd, union bpf_attr *, attr, unsigned int, size);
> +COMPAT_SYSCALL_WRAP3(s390_pci_mmio_write, const unsigned long, mmio_addr, const void __user *, user_buffer, const size_t, length);
> +COMPAT_SYSCALL_WRAP3(s390_pci_mmio_read, const unsigned long, mmio_addr, void __user *, user_buffer, const size_t, length);
Oops... This one should stay in arch/s390, as it was in previous
version.
> 2.5.0
More information about the linux-arm-kernel
mailing list