Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1099
b: refs/heads/master
c: c4e1f6f
h: refs/heads/master
i:
  1097: 7cca926
  1095: 41b22c5
v: v3
  • Loading branch information
Russell King committed May 10, 2005
1 parent 1ad2533 commit 652e0c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 155bb14482cc567761c13b4efc064de400c55e18
refs/heads/master: c4e1f6f6bf82af89994a0ee760fc5e036c4d3c1f
4 changes: 4 additions & 0 deletions trunk/arch/arm/mm/mm-armv.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ pgprot_t pgprot_kernel;

EXPORT_SYMBOL(pgprot_kernel);

pmd_t *top_pmd;

struct cachepolicy {
const char policy[16];
unsigned int cr_mask;
Expand Down Expand Up @@ -682,6 +684,8 @@ void __init memtable_init(struct meminfo *mi)

flush_cache_all();
flush_tlb_all();

top_pmd = pmd_off_k(VECTORS_HIGH);
}

/*
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-arm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ typedef unsigned long pgprot_t;

#endif /* STRICT_MM_TYPECHECKS */

/* the upper-most page table pointer */
extern pmd_t *top_pmd;

/* Pure 2^n version of get_order */
static inline int get_order(unsigned long size)
{
Expand Down

0 comments on commit 652e0c3

Please sign in to comment.