android_kernel_xiaomi_sm8350/arch/parisc/kernel
Robert P. J. Day 5cbded585d [PATCH] getting rid of all casts of k[cmz]alloc() calls
Run this:

	#!/bin/sh
	for f in $(grep -Erl "\([^\)]*\) *k[cmz]alloc" *) ; do
	  echo "De-casting $f..."
	  perl -pi -e "s/ ?= ?\([^\)]*\) *(k[cmz]alloc) *\(/ = \1\(/" $f
	done

And then go through and reinstate those cases where code is casting pointers
to non-pointers.

And then drop a few hunks which conflicted with outstanding work.

Cc: Russell King <rmk@arm.linux.org.uk>, Ian Molton <spyro@f2s.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Greg KH <greg@kroah.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Paul Fulghum <paulkf@microgate.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Karsten Keil <kkeil@suse.de>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Ian Kent <raven@themaw.net>
Cc: Steven French <sfrench@us.ibm.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Neil Brown <neilb@cse.unsw.edu.au>
Cc: Jaroslav Kysela <perex@suse.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-13 09:05:58 -08:00
..
asm-offsets.c
binfmt_elf32.c [PATCH] elf: Always define elf_addr_t in linux/elf.h 2006-12-07 08:39:38 -08:00
cache.c [PARISC] Export clear_user_page to modules 2006-10-04 06:51:16 -06:00
drivers.c [PA-RISC] Fix boot breakage 2006-10-07 05:18:15 -06:00
entry.S [PARISC] [BUGFIX] nullify branch delay slot of the jump back to 2006-10-04 06:47:15 -06:00
firmware.c [PARISC] Make firmware calls irqsafe-ish... 2006-10-07 05:21:03 -06:00
hardware.c [PARISC] Add hardware found in the rp8400 2006-10-04 06:49:06 -06:00
head.S Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
hpmc.S
init_task.c
inventory.c
irq.c [PARISC] Use set_irq_regs 2006-10-07 05:11:07 -06:00
Makefile
module.c
pa7300lc.c
pacache.S
parisc_ksyms.c [PATCH] remove bogus arch-specific syscall exports 2006-10-11 11:17:07 -07:00
pci-dma.c
pci.c [PA-RISC] Remove warning from pci.c 2006-10-05 01:48:18 +00:00
pdc_chassis.c
pdc_cons.c
perf_asm.S
perf_images.h
perf.c
process.c
processor.c [PARISC] Prevent processor_probe() from clobbering cpu_data[0] 2006-10-04 06:47:57 -06:00
ptrace.c
real2.S
semaphore.c
setup.c
signal32.c
signal32.h
signal.c [PARISC] Switch is_compat_task to use TIF_32BIT 2006-10-04 06:46:42 -06:00
smp.c [PARISC] More pt_regs removal 2006-10-07 06:01:11 -06:00
sys32.h
sys_parisc32.c [PA-RISC] Fix filldir warnings 2006-10-05 01:48:17 +00:00
sys_parisc.c [PA-RISC] Fix parisc_newuname() 2006-10-05 01:48:18 +00:00
syscall_table.S [PARISC] Allow overriding personality with sys_personality 2006-10-04 06:46:53 -06:00
syscall.S Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
time.c [PARISC] More pt_regs removal 2006-10-07 06:01:11 -06:00
topology.c
traps.c [PARISC] Honour "panic_on_oops" sysctl 2006-10-04 06:51:35 -06:00
unaligned.c
unwind.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
vmlinux.lds.S [PATCH] vmlinux.lds: consolidate initcall sections 2006-10-27 15:34:51 -07:00