Skip to content

Commit

Permalink
mm: move slabinfo.c to tools/vm
Browse files Browse the repository at this point in the history
We have tools/vm/ folder for vm tools, so move slabinfo.c from tools/slub/
to tools/vm/

Signed-off-by: Dave Young <dyoung@redhat.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Dave Young authored and Linus Torvalds committed Mar 29, 2012
1 parent c6dd897 commit 63e3155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/vm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra

all: page-types
all: page-types slabinfo
%: %.c
$(CC) $(CFLAGS) -o $@ $^

clean:
$(RM) page-types
$(RM) page-types slabinfo
File renamed without changes.

0 comments on commit 63e3155

Please sign in to comment.