Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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 <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Paolo 'Blaisorblade' Giarrusso and committed by
Linus Torvalds
9ce7677c e5508c13

-5
-5
arch/um/scripts/Makefile.rules
··· 21 21 endef 22 22 23 23 24 - # The stubs and unmap.o can't try to call mcount or update basic block data 25 - define unprofile 26 - $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1))) 27 - endef 28 - 29 24 # cmd_make_link checks to see if the $(foo-dir) variable starts with a /. If 30 25 # so, it's considered to be a path relative to $(srcdir) rather than 31 26 # $(srcdir)/arch/$(SUBARCH). This is because x86_64 wants to get ldt.c from