linux_dsm_epyc7002/arch/tile/kernel
Joe Perches 28f65c11f2 treewide: Convert uses of struct resource to resource_size(ptr)
Several fixes as well where the +1 was missing.

Done via coccinelle scripts like:

@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

and some grep and typing.

Mostly uncompiled, no cross-compilers.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-06-10 14:55:36 +02:00
..
asm-offsets.c
backtrace.c
compat_signal.c
compat.c
early_printk.c
entry.S
futex_64.S
hardwall.c
head_32.S
head_64.S
hvglue.lds
init_task.c
intvec_32.S
intvec_64.S
irq.c
machine_kexec.c
Makefile
messaging.c
module.c
pci-dma.c
pci.c
proc.c
process.c
ptrace.c
reboot.c
regs_32.S
regs_64.S
relocate_kernel.S
setup.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
signal.c
single_step.c
smp.c
smpboot.c
stack.c
sys.c
sysfs.c
tile-desc_32.c
tile-desc_64.c
time.c
tlb.c
traps.c
vmlinux.lds.S