Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107035
b: refs/heads/master
c: 34d8a38
h: refs/heads/master
i:
  107033: 0458383
  107031: 48add18
v: v3
  • Loading branch information
Jack Steiner authored and Linus Torvalds committed Jul 30, 2008
1 parent 2ba127a commit 9512ae4
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 2 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: c627f9cc046c7cd93b4525d89377fb409e170a18
refs/heads/master: 34d8a380d784d1fbea941a68beebdd7f9a3bebdf
4 changes: 3 additions & 1 deletion trunk/arch/ia64/mm/hugetlbpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/mm.h>
#include <linux/hugetlb.h>
#include <linux/pagemap.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/log2.h>
Expand All @@ -21,7 +22,8 @@
#include <asm/tlb.h>
#include <asm/tlbflush.h>

unsigned int hpage_shift=HPAGE_SHIFT_DEFAULT;
unsigned int hpage_shift = HPAGE_SHIFT_DEFAULT;
EXPORT_SYMBOL(hpage_shift);

pte_t *
huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz)
Expand Down
Loading

0 comments on commit 9512ae4

Please sign in to comment.