Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11794
b: refs/heads/master
c: 6a351cf
h: refs/heads/master
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 31, 2005
1 parent e1b32f9 commit 7604870
Show file tree
Hide file tree
Showing 3 changed files with 9 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: b365157be3250a6b5948422ba65e05e5f964e150
refs/heads/master: 6a351cfeadd4b56a2a0031020c0cfb07cc0337fb
4 changes: 0 additions & 4 deletions trunk/arch/um/Makefile-i386
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ endif

CFLAGS += -U__$(SUBARCH)__ -U$(SUBARCH)

ifneq ($(CONFIG_GPROF),y)
ARCH_CFLAGS += -DUM_FASTCALL
endif

# First of all, tune CFLAGS for the specific CPU. This actually sets cflags-y.
include $(srctree)/arch/i386/Makefile.cpu

Expand Down
8 changes: 8 additions & 0 deletions trunk/include/asm-um/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@

#include "asm/arch/linkage.h"

#include <linux/config.h>

/* <linux/linkage.h> will pick sane defaults */
#ifdef CONFIG_GPROF
#undef FASTCALL
#undef fastcall
#endif

#endif

0 comments on commit 7604870

Please sign in to comment.