From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 18 Dec 2005 16:50:32 +0000 (+0100) Subject: [PATCH] uml: arch/um/scripts/Makefile.rules - remove duplicated code X-Git-Tag: v2.6.15-rc6~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9ce7677cfd7cd871adb457c80bea3b581b839641;p=~shefty%2Frdma-dev.git [PATCH] uml: arch/um/scripts/Makefile.rules - remove duplicated code Duplicated code - the patch adding it was probably applied twice without enough care. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Linus Torvalds --- diff --git a/arch/um/scripts/Makefile.rules b/arch/um/scripts/Makefile.rules index b3fbf125709..2e41cabd3d9 100644 --- a/arch/um/scripts/Makefile.rules +++ b/arch/um/scripts/Makefile.rules @@ -21,11 +21,6 @@ define unprofile endef -# The stubs and unmap.o can't try to call mcount or update basic block data -define unprofile - $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1))) -endef - # cmd_make_link checks to see if the $(foo-dir) variable starts with a /. If # so, it's considered to be a path relative to $(srcdir) rather than # $(srcdir)/arch/$(SUBARCH). This is because x86_64 wants to get ldt.c from