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
..
2010-03-09 11:57:17 +09:00
2010-01-27 22:36:25 +09:00
2010-03-29 12:04:19 +09:00
2009-05-29 08:40:02 -07:00
2009-11-30 12:02:53 +09:00
2009-10-14 16:42:28 +09:00
2010-05-11 11:48:47 +09:00
2010-06-02 16:31:42 +09:00
2010-04-26 19:08:55 +09:00
2009-05-09 16:02:08 +09:00
2010-07-14 17:14:00 +10:00
2010-03-10 16:29:48 +09:00
2010-05-11 13:32:19 +09:00
2010-01-13 19:11:14 +09:00
2010-01-20 16:42:52 +09:00
2009-09-11 13:19:16 +09:00
2009-04-27 17:34:39 +09:00
2009-11-09 10:47:40 +09:00
2008-08-02 04:39:32 +09:00
2009-08-14 01:58:43 +09:00
2010-05-11 13:32:19 +09:00
2009-06-14 23:25:57 +09:00
2010-04-26 19:08:55 +09:00
2010-04-26 19:08:55 +09:00
2008-09-08 10:35:04 +09:00
2010-03-12 15:52:32 -08:00
2010-02-12 15:40:00 +09:00
2008-08-04 12:51:06 +09:00
2010-03-12 15:52:32 -08:00
2010-03-12 15:52:32 -08:00