kernel_optimize_test/arch/powerpc/platforms/pasemi
Yinghai Lu 95f72d1ed4 lmb: rename to memblock
via following scripts

      FILES=$(find * -type f | grep -vE 'oprofile|[^K]config')

      sed -i \
        -e 's/lmb/memblock/g' \
        -e 's/LMB/MEMBLOCK/g' \
        $FILES

      for N in $(find . -name lmb.[ch]); do
        M=$(echo $N | sed 's/lmb/memblock/g')
        mv $N $M
      done

and remove some wrong change like lmbench and dlmb etc.

also move memblock.c from lib/ to mm/

Suggested-by: Ingo Molnar <mingo@elte.hu>
Acked-by: "H. Peter Anvin" <hpa@zytor.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2010-07-14 17:14:00 +10:00
..
cpufreq.c powerpc/cpumask: Use cpu_online_mask 2010-05-06 17:16:12 +10:00
dma_lib.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
gpio_mdio.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00
idle.c powerpc: ARRAY_SIZE changes in pasemi and powermac code 2009-08-20 10:29:23 +10:00
iommu.c lmb: rename to memblock 2010-07-14 17:14:00 +10:00
Kconfig powerpc/kconfig: Kill PPC_MULTIPLATFORM 2009-03-11 17:11:35 +11:00
Makefile [POWERPC] pasemi: Register i2c devices at boot 2008-02-21 21:08:35 +11:00
misc.c i2c: Switch pasemi to the new device/driver matching scheme 2008-05-18 20:49:40 +02:00
pasemi.h Merge branch 'linux-2.6' 2008-01-31 11:25:51 +11:00
pci.c [POWERPC] pasemi: Add workaround for erratum 5945 2007-09-14 01:33:21 +10:00
powersave.S [POWERPC] pasemi: Don't enter powersaving states from elevated astates 2007-12-01 13:03:40 -06:00
setup.c of: eliminate of_device->node and dev_archdata->{of,prom}_node 2010-05-18 16:10:45 -06:00
time.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00