Commit c9ff0342 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar

x86: move k8 related declarations

Move k8 related declarations to k8.h and fix numa_64.c
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent fc363672
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <asm/dma.h> #include <asm/dma.h>
#include <asm/numa.h> #include <asm/numa.h>
#include <asm/acpi.h> #include <asm/acpi.h>
#include <asm/k8.h>
#ifndef Dprintk #ifndef Dprintk
#define Dprintk(x...) #define Dprintk(x...)
......
...@@ -10,5 +10,6 @@ extern struct pci_dev **k8_northbridges; ...@@ -10,5 +10,6 @@ extern struct pci_dev **k8_northbridges;
extern int num_k8_northbridges; extern int num_k8_northbridges;
extern int cache_k8_northbridges(void); extern int cache_k8_northbridges(void);
extern void k8_flush_garts(void); extern void k8_flush_garts(void);
extern int k8_scan_nodes(unsigned long start, unsigned long end);
#endif #endif
...@@ -40,8 +40,6 @@ extern int nohpet; ...@@ -40,8 +40,6 @@ extern int nohpet;
extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2)));
extern int k8_scan_nodes(unsigned long start, unsigned long end);
extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn);
extern unsigned long numa_free_all_bootmem(void); extern unsigned long numa_free_all_bootmem(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment