Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120952
b: refs/heads/master
c: 41af86f
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Dec 18, 2008
1 parent 7f77704 commit 440edd4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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: a5c56eb36f999ae0ecac278e51fd1cf8feb16c2f
refs/heads/master: 41af86fad3c40646b9748279e3862781e937a5d2
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/asm-offsets_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <linux/suspend.h>
#include <linux/kbuild.h>
#include <asm/ucontext.h>
#include "sigframe.h"
#include <asm/sigframe.h>
#include <asm/pgtable.h>
#include <asm/fixmap.h>
#include <asm/processor.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <asm/syscall.h>
#include <asm/syscalls.h>

#include "sigframe.h"
#include <asm/sigframe.h>

#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))

Expand Down

0 comments on commit 440edd4

Please sign in to comment.