Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88760
b: refs/heads/master
c: e40c0fe
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 91a2434 commit ccc98ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 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: 537d916066f66de18dbca79adf82933cd12d2a36
refs/heads/master: e40c0fe6b0b5dd16aec3c0dad311d36b19d78fd9
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/reboot.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/reboot.h>
#include <linux/init.h>
#include <linux/pm.h>
Expand Down
5 changes: 2 additions & 3 deletions trunk/include/asm-x86/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ extern unsigned int vdso_enabled;
#define elf_check_arch_ia32(x) \
(((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))

#ifdef CONFIG_X86_32
#include <asm/processor.h>

#ifdef CONFIG_X86_32
#include <asm/system.h> /* for savesegment */
#include <asm/desc.h>

Expand Down Expand Up @@ -135,8 +136,6 @@ extern unsigned int vdso_enabled;

#else /* CONFIG_X86_32 */

#include <asm/processor.h>

/*
* This is used to ensure we don't load something for the wrong architecture.
*/
Expand Down
8 changes: 1 addition & 7 deletions trunk/include/asm-x86/posix_types.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "posix_types_32.h"
# else
# include "posix_types_64.h"
# endif
#else
# ifdef __i386__
# if defined(CONFIG_X86_32) || defined(__i386__)
# include "posix_types_32.h"
# else
# include "posix_types_64.h"
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

#include <asm/processor-flags.h>

/* migration helpers, for KVM - will be removed in 2.6.25: */
#include <asm/vm86.h>
/* migration helper, for KVM - will be removed in 2.6.25: */
#define Xgt_desc_struct desc_ptr

/* Forward declaration, a strange C thing */
Expand Down
8 changes: 1 addition & 7 deletions trunk/include/asm-x86/unistd.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include "unistd_32.h"
# else
# include "unistd_64.h"
# endif
#else
# ifdef __i386__
# if defined(CONFIG_X86_32) || defined(__i386__)
# include "unistd_32.h"
# else
# include "unistd_64.h"
Expand Down

0 comments on commit ccc98ce

Please sign in to comment.