diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-01 23:02:16 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:16:19 -0400 |
commit | dc8e8120ad291074a5fb93cfb0418466c62f6019 (patch) | |
tree | ee873c1890e68c39b9b1d59734c21e64b43e5b2d /include | |
parent | 068b453834c4baf4e878481a9bd5103d54f60710 (diff) |
x86: change copy_e820_map to append_e820_map
so it has a more meaningful name.
also change it to static.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/e820.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index 05a7dc33334c..4b26604b3c19 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -67,7 +67,6 @@ extern void e820_add_region(u64 start, u64 size, int type); | |||
67 | extern void e820_print_map(char *who); | 67 | extern void e820_print_map(char *who); |
68 | extern int | 68 | extern int |
69 | sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, int *pnr_map); | 69 | sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, int *pnr_map); |
70 | extern int copy_e820_map(struct e820entry *biosmap, int nr_map); | ||
71 | extern u64 e820_update_range(u64 start, u64 size, unsigned old_type, | 70 | extern u64 e820_update_range(u64 start, u64 size, unsigned old_type, |
72 | unsigned new_type); | 71 | unsigned new_type); |
73 | extern u64 e820_remove_range(u64 start, u64 size, unsigned old_type, | 72 | extern u64 e820_remove_range(u64 start, u64 size, unsigned old_type, |