Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71026
b: refs/heads/master
c: 020bd9f
h: refs/heads/master
v: v3
  • Loading branch information
Brian Gerst authored and Thomas Gleixner committed Oct 17, 2007
1 parent 2f45681 commit 3124a92
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 116 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: c65916fe3586521932fbd1b734f39744657f2f0d
refs/heads/master: 020bd9f1c766ca743556461a70a5b5d559b7e60c
4 changes: 0 additions & 4 deletions trunk/include/asm-x86/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ unifdef-y += byteorder_32.h
unifdef-y += byteorder_64.h
unifdef-y += elf_32.h
unifdef-y += elf_64.h
unifdef-y += errno_32.h
unifdef-y += errno_64.h
unifdef-y += ioctls_32.h
unifdef-y += ioctls_64.h
unifdef-y += ipcbuf_32.h
Expand All @@ -47,8 +45,6 @@ unifdef-y += posix_types_32.h
unifdef-y += posix_types_64.h
unifdef-y += ptrace_32.h
unifdef-y += ptrace_64.h
unifdef-y += resource_32.h
unifdef-y += resource_64.h
unifdef-y += sembuf_32.h
unifdef-y += sembuf_64.h
unifdef-y += setup_32.h
Expand Down
6 changes: 1 addition & 5 deletions trunk/include/asm-x86/cputime.h
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#ifdef CONFIG_X86_32
# include "cputime_32.h"
#else
# include "cputime_64.h"
#endif
#include <asm-generic/cputime.h>
6 changes: 0 additions & 6 deletions trunk/include/asm-x86/cputime_32.h

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/include/asm-x86/cputime_64.h

This file was deleted.

14 changes: 1 addition & 13 deletions trunk/include/asm-x86/errno.h
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "errno_32.h"
# else
# include "errno_64.h"
# endif
#else
# ifdef __i386__
# include "errno_32.h"
# else
# include "errno_64.h"
# endif
#endif
#include <asm-generic/errno.h>
6 changes: 0 additions & 6 deletions trunk/include/asm-x86/errno_32.h

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/include/asm-x86/errno_64.h

This file was deleted.

14 changes: 1 addition & 13 deletions trunk/include/asm-x86/resource.h
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "resource_32.h"
# else
# include "resource_64.h"
# endif
#else
# ifdef __i386__
# include "resource_32.h"
# else
# include "resource_64.h"
# endif
#endif
#include <asm-generic/resource.h>
6 changes: 0 additions & 6 deletions trunk/include/asm-x86/resource_32.h

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/include/asm-x86/resource_64.h

This file was deleted.

6 changes: 1 addition & 5 deletions trunk/include/asm-x86/rtc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#ifdef CONFIG_X86_32
# include "rtc_32.h"
#else
# include "rtc_64.h"
#endif
#include <asm-generic/rtc.h>
10 changes: 0 additions & 10 deletions trunk/include/asm-x86/rtc_32.h

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/include/asm-x86/rtc_64.h

This file was deleted.

6 changes: 1 addition & 5 deletions trunk/include/asm-x86/sections.h
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#ifdef CONFIG_X86_32
# include "sections_32.h"
#else
# include "sections_64.h"
#endif
#include <asm-generic/sections.h>
7 changes: 0 additions & 7 deletions trunk/include/asm-x86/sections_32.h

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/include/asm-x86/sections_64.h

This file was deleted.

0 comments on commit 3124a92

Please sign in to comment.