Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71044
b: refs/heads/master
c: f16ee28
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Oct 17, 2007
1 parent 9677215 commit bb98065
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 29 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: 68fdc55c48fd2e8f4938a1e815216c25baf8a17e
refs/heads/master: f16ee288545be36cdcc404e9b7c505eb0fe2633c
2 changes: 0 additions & 2 deletions trunk/include/asm-x86/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ unifdef-y += shmbuf_32.h
unifdef-y += shmbuf_64.h
unifdef-y += sigcontext_32.h
unifdef-y += sigcontext_64.h
unifdef-y += siginfo_32.h
unifdef-y += siginfo_64.h
unifdef-y += signal_32.h
unifdef-y += signal_64.h
unifdef-y += stat_32.h
Expand Down
21 changes: 9 additions & 12 deletions trunk/include/asm-x86/siginfo.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "siginfo_32.h"
# else
# include "siginfo_64.h"
# endif
#else
# ifdef __i386__
# include "siginfo_32.h"
# else
# include "siginfo_64.h"
# endif
#ifndef _ASM_X86_SIGINFO_H
#define _ASM_X86_SIGINFO_H

#ifdef __x86_64__
# define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#endif

#include <asm-generic/siginfo.h>

#endif
6 changes: 0 additions & 6 deletions trunk/include/asm-x86/siginfo_32.h

This file was deleted.

8 changes: 0 additions & 8 deletions trunk/include/asm-x86/siginfo_64.h

This file was deleted.

0 comments on commit bb98065

Please sign in to comment.