]> Git Repo - linux.git/commit
ARM: 8025/1: Get rid of meminfo
authorLaura Abbott <[email protected]>
Sun, 13 Apr 2014 21:54:58 +0000 (22:54 +0100)
committerRussell King <[email protected]>
Sun, 1 Jun 2014 00:17:12 +0000 (01:17 +0100)
commit1c2f87c22566cd057bc8cde10c37ae9da1a1bb76
tree6c135a3b2b6af6be3b6593ac6329d6d4f353b7dd
parent1c8c3cf0b5239388e712508a85821f4718f4d889
ARM: 8025/1: Get rid of meminfo

memblock is now fully integrated into the kernel and is the prefered
method for tracking memory. Rather than reinvent the wheel with
meminfo, migrate to using memblock directly instead of meminfo as
an intermediate.

Acked-by: Jason Cooper <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
Tested-by: Marek Szyprowski <[email protected]>
Tested-by: Leif Lindholm <[email protected]>
Signed-off-by: Laura Abbott <[email protected]>
Signed-off-by: Russell King <[email protected]>
36 files changed:
arch/arm/Kconfig
arch/arm/boot/compressed/atags_to_fdt.c
arch/arm/include/asm/mach/arch.h
arch/arm/include/asm/memblock.h
arch/arm/include/asm/setup.h
arch/arm/kernel/atags_parse.c
arch/arm/kernel/devtree.c
arch/arm/kernel/setup.c
arch/arm/mach-clps711x/board-clep7312.c
arch/arm/mach-clps711x/board-edb7211.c
arch/arm/mach-clps711x/board-p720t.c
arch/arm/mach-footbridge/cats-hw.c
arch/arm/mach-footbridge/netwinder-hw.c
arch/arm/mach-msm/board-halibut.c
arch/arm/mach-msm/board-mahimahi.c
arch/arm/mach-msm/board-msm7x30.c
arch/arm/mach-msm/board-sapphire.c
arch/arm/mach-msm/board-trout.c
arch/arm/mach-orion5x/common.c
arch/arm/mach-orion5x/common.h
arch/arm/mach-pxa/cm-x300.c
arch/arm/mach-pxa/corgi.c
arch/arm/mach-pxa/eseries.c
arch/arm/mach-pxa/poodle.c
arch/arm/mach-pxa/spitz.c
arch/arm/mach-pxa/tosa.c
arch/arm/mach-realview/core.c
arch/arm/mach-realview/core.h
arch/arm/mach-realview/realview_pb1176.c
arch/arm/mach-realview/realview_pbx.c
arch/arm/mach-s3c24xx/mach-smdk2413.c
arch/arm/mach-s3c24xx/mach-vstms.c
arch/arm/mach-sa1100/assabet.c
arch/arm/mm/init.c
arch/arm/mm/mmu.c
arch/arm/mm/nommu.c
This page took 0.095073 seconds and 4 git commands to generate.