Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 999
b: refs/heads/master
c: 7c5131a
h: refs/heads/master
i:
  997: 73ebcd1
  995: 4f8677d
  991: ef4afc6
v: v3
  • Loading branch information
Bodo Stroesser authored and Linus Torvalds committed May 5, 2005
1 parent c66427b commit 2dc1a75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 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: 51a6b0c59a6170fc6a40221ef9b261b82856d315
refs/heads/master: 7c5131a501e9e8549f74d807c37fde76008ef95a
2 changes: 1 addition & 1 deletion trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ core-y += $(ARCH_DIR)/kernel/ \

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

# XXX: The "os" symlink is only used by arch/um/include/os.h, which includes
Expand Down
24 changes: 0 additions & 24 deletions trunk/include/asm-um/arch-signal-i386.h
Original file line number Diff line number Diff line change
@@ -1,24 +0,0 @@
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/

#ifndef __UM_ARCH_SIGNAL_I386_H
#define __UM_ARCH_SIGNAL_I386_H

struct arch_signal_context {
unsigned long extrasigs[_NSIG_WORDS];
};

#endif

/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
* adjust the settings for this buffer only. This must remain at the end
* of the file.
* ---------------------------------------------------------------------------
* Local variables:
* c-file-style: "linux"
* End:
*/

0 comments on commit 2dc1a75

Please sign in to comment.