Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100551
b: refs/heads/master
c: 654e478
h: refs/heads/master
i:
  100549: 389fe35
  100547: 256913a
  100543: 02d9e3b
v: v3
  • Loading branch information
Steven Rostedt authored and Thomas Gleixner committed May 23, 2008
1 parent 3fb08a7 commit b90ee0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ec562328fda585be2d7f472cfac99d3b44d362a
refs/heads/master: 654e4787689faffdd2137fe91f59fd3ef3363ad2
8 changes: 4 additions & 4 deletions trunk/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \

ifdef CONFIG_FTRACE
# Do not profile string.o, since it may be used in early boot or vdso
CFLAGS_REMOVE_string.o = -pg
# Also do not profile any debug utilities
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(if $(filter-out %debug debug% string%,$(basename $(notdir $@))), \
$(ORIG_CFLAGS), \
$(subst -pg,,$(ORIG_CFLAGS)))
CFLAGS_REMOVE_spinlock_debug.o = -pg
CFLAGS_REMOVE_list_debug.o = -pg
CFLAGS_REMOVE_debugobjects.o = -pg
endif

lib-$(CONFIG_MMU) += ioremap.o
Expand Down

0 comments on commit b90ee0d

Please sign in to comment.