]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Don't use code surrounded by __KERNEL__
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Apr 2010 22:31:12 +0000 (19:31 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 2 May 2010 15:00:44 +0000 (12:00 -0300)
commitb4f91953d96e329351fa133130c83c29745131bb
tree18713d4d1084870c604b512396b893944a2bbdab
parent3aa039e4f9c11626e4ce986a554fe384f458d9d1
perf tools: Don't use code surrounded by __KERNEL__

We need to refactor code to be explicitely shared by the kernel and at
least the tools/ userspace programs, so, till we do that, copy the bare
minimum bitmap/bitops code needed by tools/perf.

Reported-by: "H. Peter Anvin" <hpa@zytor.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/util/bitmap.c [new file with mode: 0644]
tools/perf/util/hweight.c [new file with mode: 0644]
tools/perf/util/include/asm/bitops.h [deleted file]
tools/perf/util/include/asm/hweight.h [new file with mode: 0644]
tools/perf/util/include/linux/bitmap.h
tools/perf/util/include/linux/bitops.h