original_kernel/arch/powerpc/platforms/cell
Firoz Khan 6b1200facc powerpc: remove nargs from __SYSCALL
The __SYSCALL macro's arguments are system call number,
system call entry name and number of arguments for the
system call.

Argument- nargs in __SYSCALL(nr, entry, nargs) is neither
calculated nor used anywhere. So it would be better to
keep the implementaion as  __SYSCALL(nr, entry). This will
unifies the implementation with some other architetures
too.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-03-02 14:43:05 +11:00
..
spufs powerpc/spufs: use struct_size() in kmalloc() 2019-01-14 20:39:27 +11:00
Kconfig PCI: consolidate PCI config entry in drivers/pci 2018-11-23 11:45:34 +09:00
Makefile powerpc/Makefiles: Convert ifeq to ifdef where possible 2018-08-08 00:32:36 +10:00
axon_msi.c powerpc: Use sizeof(*foo) rather than sizeof(struct foo) 2018-03-20 16:47:53 +11:00
cbe_powerbutton.c
cbe_regs.c powerpc: Use device_type helpers to access the node type 2018-11-26 22:33:37 +11:00
cbe_thermal.c powerpc: clean the inclusion of stringify.h 2018-07-30 22:48:17 +10:00
cell.h
cpufreq_spudemand.c sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD 2018-10-26 16:26:32 -07:00
interrupt.c
interrupt.h
iommu.c powerpc/dma: remove set_dma_offset 2019-02-18 22:41:04 +11:00
pervasive.c
pervasive.h
pmu.c
ras.c
ras.h
setup.c powerpc: Use of_node_name_eq for node name comparisons 2018-12-22 21:29:50 +11:00
smp.c powerpc/64: Use array of paca pointers and allocate pacas individually 2018-03-30 23:34:23 +11:00
spider-pci.c powerpc: Use sizeof(*foo) rather than sizeof(struct foo) 2018-03-20 16:47:53 +11:00
spider-pic.c
spu_base.c signal/powerpc: Use force_sig_fault where appropriate 2018-09-21 15:53:56 +02:00
spu_callbacks.c powerpc: remove nargs from __SYSCALL 2019-03-02 14:43:05 +11:00
spu_manage.c powerpc: Use of_node_name_eq for node name comparisons 2018-12-22 21:29:50 +11:00
spu_notify.c
spu_priv1_mmio.c
spu_priv1_mmio.h
spu_syscalls.c powerpc/cell: Remove duplicate header 2019-01-31 00:00:23 +11:00