Skip to content

Commit

Permalink
x86: remove duplicated e820 func in setup.h
Browse files Browse the repository at this point in the history
we already have them in e820.h

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jun 2, 2008
1 parent 9a73aa8 commit fb093ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/asm-x86/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,9 @@ extern struct boot_params boot_params;
*/
#define LOWMEMSIZE() (0x9f000)

struct e820entry;

char * __init machine_specific_memory_setup(void);
char *memory_setup(void);

int __init copy_e820_map(struct e820entry *biosmap, int nr_map);
void __init add_memory_region(unsigned long long start,
unsigned long long size, int type);


void __init i386_start_kernel(void);

Expand Down

0 comments on commit fb093ea

Please sign in to comment.