Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117422
b: refs/heads/master
c: 3be311e
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and H. Peter Anvin committed Oct 23, 2008
1 parent 5639fcb commit d482c30
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 72 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: 1de1502c96c3c163c06419bfe838c73632fa8d9c
refs/heads/master: 3be311e324087d94050010b97821b9d77a45e92f
2 changes: 1 addition & 1 deletion trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ core-y += $(ARCH_DIR)/kernel/ \
$(ARCH_DIR)/os-$(OS)/

# Have to precede the include because the included Makefiles reference them.
SYMLINK_HEADERS := archparam.h system.h sigcontext.h processor.h ptrace.h \
SYMLINK_HEADERS := archparam.h system.h processor.h ptrace.h \
module.h vm-flags.h elf.h host_ldt.h
SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header))

Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/um/include/asm/sigcontext-generic.h

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/arch/um/include/asm/sigcontext-i386.h

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/arch/um/include/asm/sigcontext-ppc.h

This file was deleted.

22 changes: 0 additions & 22 deletions trunk/arch/um/include/asm/sigcontext-x86_64.h

This file was deleted.

25 changes: 0 additions & 25 deletions trunk/arch/um/include/shared/sigcontext.h

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <asm/unistd.h>
#include "frame_kern.h"
#include "kern_util.h"
#include "sigcontext.h"
#include <sysdep/sigcontext.h>

EXPORT_SYMBOL(block_signals);
EXPORT_SYMBOL(unblock_signals);
Expand Down

0 comments on commit d482c30

Please sign in to comment.