Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb093eab authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: remove duplicated e820 func in setup.h



we already have them in e820.h

Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9a73aa81
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);