summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorYinghai Lu2008-06-26 03:00:22 +0200
committerIngo Molnar2008-07-08 13:10:54 +0200
commit29f784e369a914b5926e01a0b0caae0b47f6452a (patch)
tree63ee691ad39ee6e2eea7809c11d9fbcf675c2fe4 /include/asm-x86/setup.h
parentx86: make x86_find_smp_config depends on 64 bit too (diff)
downloadkernel-qcow2-linux-29f784e369a914b5926e01a0b0caae0b47f6452a.tar.gz
kernel-qcow2-linux-29f784e369a914b5926e01a0b0caae0b47f6452a.tar.xz
kernel-qcow2-linux-29f784e369a914b5926e01a0b0caae0b47f6452a.zip
x86: change some functions in setup.c to static
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r--include/asm-x86/setup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index bb12a1619c12..269ba7fe21d1 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -8,9 +8,6 @@
/* Interrupt control for vSMPowered x86_64 systems */
void vsmp_init(void);
-/* Crashkernel reservation */
-void reserve_crashkernel(void);
-
#ifndef CONFIG_PARAVIRT
#define paravirt_post_allocator_init() do {} while (0)
#endif
@@ -38,8 +35,6 @@ void reserve_crashkernel(void);
#ifndef __ASSEMBLY__
#include <asm/bootparam.h>
-void reserve_standard_io_resources(void);
-
#ifndef _SETUP
/*