Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145770
b: refs/heads/master
c: 9518e0e
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Ingo Molnar committed Apr 30, 2009
1 parent 12292ee commit 3168ab8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b72394e4089643f11669d9610907a1442fe044a
refs/heads/master: 9518e0e4350a5ea8ca200ce320b28d6284a7b0ce
3 changes: 3 additions & 0 deletions trunk/arch/x86/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3168ab8

Please sign in to comment.