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

Commit 9518e0e4 authored by Pekka Enberg's avatar Pekka Enberg Committed by Ingo Molnar
Browse files

x86: move per-cpu mmu_gathers to mm/init.c



[ Impact: cleanup ]

Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1240923650.1982.22.camel@penberg-laptop>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2b72394e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
#include <asm/sections.h>
#include <asm/system.h>
#include <asm/tlbflush.h>
#include <asm/tlb.h>

DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);

unsigned long __initdata e820_table_start;
unsigned long __meminitdata e820_table_end;
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@
#include <asm/page_types.h>
#include <asm/init.h>

DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
unsigned long highstart_pfn, highend_pfn;

static noinline int do_test_wp_bit(void);
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@

static unsigned long dma_reserve __initdata;

DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);

static int __init parse_direct_gbpages_off(char *arg)
{
	direct_gbpages = 0;