android_kernel_xiaomi_sm8350/arch/parisc/kernel
Christoph Hellwig ec3cad9690 [PATCH] move rtc compat ioctl handling to fs/compat_ioctl.c
This patch implements generic handling of RTC_IRQP_READ32, RTC_IRQP_SET32,
RTC_EPOCH_READ32 and RTC_EPOCH_SET32 in fs/compat_ioctl.c.  It's based on the
x86_64 code which needed a little massaging to be endian-clean.

parisc used COMPAT_IOCTL or generic w_long handlers for these whichce is wrong
and can't work because the ioctls encode sizeof(unsigned long) in their ioctl
number.  parisc also duplicated COMPAT_IOCTL entries for other rtc ioctls
which I remove in this patch, too.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Matthew Wilcox <matthew@wil.cx>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-10 08:01:32 -08:00
..
asm-offsets.c
binfmt_elf32.c
cache.c
drivers.c [PARISC] Improve the error message when we get a clashing mod path 2005-11-17 16:33:56 -05:00
entry.S [PARISC] Document some register usages in assembly files 2005-11-17 16:32:46 -05:00
firmware.c
hardware.c
head.S
hpmc.S
init_task.c
inventory.c [PARISC] Return PDC_OK when alloc_pa_dev fails to enumerate all devices 2005-11-17 16:33:29 -05:00
ioctl32.c [PATCH] move rtc compat ioctl handling to fs/compat_ioctl.c 2006-01-10 08:01:32 -08:00
irq.c [PARISC] Make redirecting irq messages less noisy 2005-11-17 16:29:50 -05:00
Makefile
module.c
pa7300lc.c
pacache.S
parisc_ksyms.c
pci-dma.c
pci.c
pdc_chassis.c
pdc_cons.c
perf_asm.S
perf_images.h
perf.c [PARISC] move PA perf driver over to ->compat_ioctl 2005-11-17 16:40:31 -05:00
process.c [PATCH] sched: resched and cpu_idle rework 2005-11-09 07:56:33 -08:00
processor.c
ptrace.c [PARISC] Fix some compile problems in ptrace.c 2005-11-17 16:37:24 -05:00
real2.S
semaphore.c
setup.c
signal32.c
signal32.h
signal.c [PARISC] Remove unused variable in signal.c 2005-11-17 16:43:52 -05:00
smp.c [PARISC] Fix our interrupts not to use smp_call_function 2005-11-17 16:27:02 -05:00
sys32.h
sys_parisc32.c
sys_parisc.c
syscall_table.S
syscall.S [PARISC] Document some register usages in assembly files 2005-11-17 16:32:46 -05:00
time.c
topology.c
traps.c
unaligned.c
unwind.c
vmlinux.lds.S