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

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

x86: we only have init_pg_tables_end for 32bit



Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 29f784e3
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -124,12 +124,6 @@ struct boot_params __initdata boot_params;
struct boot_params boot_params;
#endif

/* This value is set up by the early boot code to point to the value
   immediately after the boot time page tables.  It contains a *physical*
   address, and must not be in the .bss segment! */
unsigned long init_pg_tables_start __initdata = ~0UL;
unsigned long init_pg_tables_end __initdata = ~0UL;

/*
 * Machine setup..
 */
@@ -156,6 +150,12 @@ static struct resource bss_resource = {


#ifdef CONFIG_X86_32
/* This value is set up by the early boot code to point to the value
   immediately after the boot time page tables.  It contains a *physical*
   address, and must not be in the .bss segment! */
unsigned long init_pg_tables_start __initdata = ~0UL;
unsigned long init_pg_tables_end __initdata = ~0UL;

static struct resource video_ram_resource = {
	.name	= "Video RAM area",
	.start	= 0xa0000,