Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99969
b: refs/heads/master
c: 042623b
h: refs/heads/master
i:
  99967: 760aeb1
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent 7af6890 commit 6e7bd83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 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: 611dfd7819e525b45f39ff15e0faf5f23551c113
refs/heads/master: 042623bbabae168246ad8a37693f0ecb6c450aea
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@
#include <asm/proto.h>

#include <mach_apic.h>
#ifdef CONFIG_PARAVIRT
#include <asm/paravirt.h>
#else
#define ARCH_SETUP
#endif

#include <asm/percpu.h>
#include <asm/sections.h>
Expand All @@ -115,6 +111,10 @@
#include <asm/numa_64.h>
#endif

#ifndef ARCH_SETUP
#define ARCH_SETUP
#endif

#ifndef CONFIG_DEBUG_BOOT_PARAMS
struct boot_params __initdata boot_params;
#else
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-x86/mach-default/setup_arch.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* Hook to call BIOS initialisation function */

/* no action for generic */

#ifndef ARCH_SETUP
#define ARCH_SETUP
#endif
2 changes: 0 additions & 2 deletions trunk/include/asm-x86/mach-visws/setup_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ extern unsigned long sgivwfb_mem_phys;
extern unsigned long sgivwfb_mem_size;

/* no action for visws */

#define ARCH_SETUP

0 comments on commit 6e7bd83

Please sign in to comment.