Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24860
b: refs/heads/master
c: 7b99edc
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 31, 2006
1 parent 7e73bf6 commit 9728787
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 28 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: de2fe5e07d58424bc286fff3fd3c1b0bf933cd58
refs/heads/master: 7b99edc78de6c12d3e96fb75fe2b55fafa96f247
2 changes: 1 addition & 1 deletion trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CPPFLAGS_vmlinux.lds = -U$(SUBARCH) \
-DSTART=$(START) -DELF_ARCH=$(ELF_ARCH) \
-DELF_FORMAT="$(ELF_FORMAT)" $(CPP_MODE-y) \
-DKERNEL_STACK_SIZE=$(STACK_SIZE) \
-DUNMAP_PATH=arch/um/sys-$(SUBARCH)/unmap_fin.o
-DUNMAP_PATH=arch/um/sys-$(SUBARCH)/unmap.o

#The wrappers will select whether using "malloc" or the kernel allocator.
LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc
Expand Down
22 changes: 0 additions & 22 deletions trunk/arch/um/scripts/Makefile.unmap

This file was deleted.

5 changes: 3 additions & 2 deletions trunk/arch/um/sys-i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ USER_OBJS := bugs.o ptrace_user.o sigcontext.o fault.o stub_segv.o

include arch/um/scripts/Makefile.rules

$(obj)/stub_segv.o : _c_flags = $(call unprofile,$(CFLAGS))
extra-$(CONFIG_MODE_TT) += unmap.o

include arch/um/scripts/Makefile.unmap
$(obj)/stub_segv.o $(obj)/unmap.o: \
_c_flags = $(call unprofile,$(CFLAGS))
5 changes: 3 additions & 2 deletions trunk/arch/um/sys-x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ USER_OBJS := ptrace_user.o sigcontext.o stub_segv.o

include arch/um/scripts/Makefile.rules

$(obj)/stub_segv.o: _c_flags = $(call unprofile,$(CFLAGS))
extra-$(CONFIG_MODE_TT) += unmap.o

include arch/um/scripts/Makefile.unmap
$(obj)/stub_segv.o $(obj)/unmap.o: \
_c_flags = $(call unprofile,$(CFLAGS))

0 comments on commit 9728787

Please sign in to comment.