aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2014-02-21 15:12:40 -0500
committerSteven Rostedt <rostedt@goodmis.org>2014-02-21 15:12:40 -0500
commitcadbd07399839f8101b841b1a62524cc5703a000 (patch)
treefc82c150d92cc0173073d6ce9b5c7d79329c0d55 /lib
parent92d07255c9ac9ce35895883c4e3c04de6d116d3a (diff)
parenta43e02cf87d0c1ddce1719d93478f0f6a3a095e8 (diff)
Merge tag 'v3.10.31' into v3.10-rt
This is the 3.10.31 stable release
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index acc5e4c03ec7..ab76fa2b3b1d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -48,6 +48,7 @@ lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o
endif
lib-$(CONFIG_PERCPU_RWSEM) += percpu-rwsem.o
+GCOV_PROFILE_hweight.o := n
CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS))
obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o