Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53731
b: refs/heads/master
c: 00f1ea6
h: refs/heads/master
i:
  53729: c936ab4
  53727: 074a11d
v: v3
  • Loading branch information
Jan Beulich authored and Andi Kleen committed May 2, 2007
1 parent 5b6c030 commit 86361ac
Show file tree
Hide file tree
Showing 11 changed files with 7 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: 28609f6e4921ebb75ceaf5317454b8047b07cef4
refs/heads/master: 00f1ea696702163b7411d2316264525996c66ed3
1 change: 1 addition & 0 deletions trunk/arch/x86_64/kernel/genapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <asm/smp.h>
#include <asm/ipi.h>
#include <asm/genapic.h>

#ifdef CONFIG_ACPI
#include <acpi/acpi_bus.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86_64/kernel/genapic_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/init.h>
#include <asm/smp.h>
#include <asm/ipi.h>
#include <asm/genapic.h>

static cpumask_t flat_target_cpus(void)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-i386/hpet.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

#include <linux/timex.h>

#include <asm/fixmap.h>

/*
* Documentation on HPET can be found at:
* http://www.intel.com/ial/home/sp/pcmmspec.htm
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/asm-i386/kexec.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,13 @@

#ifndef __ASSEMBLY__

#include <asm/fixmap.h>
#include <asm/ptrace.h>
#include <asm/string.h>

/*
* KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
* I.e. Maximum page that is mapped directly into kernel memory,
* and kmap is not required.
*
* Someone correct me if FIXADDR_START - PAGEOFFSET is not the correct
* calculation for the amount of memory directly mappable into the
* kernel memory space.
*/

/* Maximum physical address we can use pages from */
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-i386/pgalloc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef _I386_PGALLOC_H
#define _I386_PGALLOC_H

#include <asm/fixmap.h>
#include <linux/threads.h>
#include <linux/mm.h> /* for struct page */

Expand Down
7 changes: 2 additions & 5 deletions trunk/include/asm-i386/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@
#include <asm/pda.h>
#endif

#ifdef CONFIG_X86_LOCAL_APIC
#ifndef __ASSEMBLY__
#include <asm/fixmap.h>
#if defined(CONFIG_X86_LOCAL_APIC) && !defined(__ASSEMBLY__)
#include <asm/bitops.h>
#include <asm/mpspec.h>
#include <asm/apic.h>
#ifdef CONFIG_X86_IO_APIC
#include <asm/io_apic.h>
#endif
#include <asm/apic.h>
#endif
#endif

#define BAD_APICID 0xFFu
Expand Down
4 changes: 1 addition & 3 deletions trunk/include/asm-x86_64/ipi.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
* Subject to the GNU Public License, v.2
*/

#include <asm/fixmap.h>
#include <asm/hw_irq.h>
#include <asm/apicdef.h>
#include <asm/genapic.h>
#include <asm/apic.h>

/*
* the following functions deal with sending IPIs between CPUs.
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86_64/pgalloc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef _X86_64_PGALLOC_H
#define _X86_64_PGALLOC_H

#include <asm/fixmap.h>
#include <asm/pda.h>
#include <linux/threads.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86_64/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* the x86-64 page table tree.
*/
#include <asm/processor.h>
#include <asm/fixmap.h>
#include <asm/bitops.h>
#include <linux/threads.h>
#include <asm/pda.h>
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/asm-x86_64/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
#include <linux/init.h>
extern int disable_apic;

#include <asm/fixmap.h>
#include <asm/mpspec.h>
#include <asm/io_apic.h>
#include <asm/apic.h>
#include <asm/io_apic.h>
#include <asm/thread_info.h>

#ifdef CONFIG_SMP
Expand Down

0 comments on commit 86361ac

Please sign in to comment.