diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-07-13 02:50:13 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-07-13 02:50:13 -0400 |
| commit | 54ef76f37bcccf8c16fbaaed13c3c40825195958 (patch) | |
| tree | 59afdb95e68f2fbac2550aa42135921086649c38 /include/asm-powerpc/hugetlb.h | |
| parent | 032f82786f9be4635acaa5f77feca175a4ac5fe1 (diff) | |
| parent | 9df2fe986770bc4c76e8fe72c20b71268eec39a7 (diff) | |
Merge branch 'linus' into sched/devel
Diffstat (limited to 'include/asm-powerpc/hugetlb.h')
| -rw-r--r-- | include/asm-powerpc/hugetlb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-powerpc/hugetlb.h b/include/asm-powerpc/hugetlb.h index 649c6c3b87b3..be32ff02f4a0 100644 --- a/include/asm-powerpc/hugetlb.h +++ b/include/asm-powerpc/hugetlb.h | |||
| @@ -49,12 +49,6 @@ static inline pte_t huge_pte_wrprotect(pte_t pte) | |||
| 49 | return pte_wrprotect(pte); | 49 | return pte_wrprotect(pte); |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, | ||
| 53 | unsigned long addr, pte_t *ptep) | ||
| 54 | { | ||
| 55 | ptep_set_wrprotect(mm, addr, ptep); | ||
| 56 | } | ||
| 57 | |||
| 58 | static inline int huge_ptep_set_access_flags(struct vm_area_struct *vma, | 52 | static inline int huge_ptep_set_access_flags(struct vm_area_struct *vma, |
| 59 | unsigned long addr, pte_t *ptep, | 53 | unsigned long addr, pte_t *ptep, |
| 60 | pte_t pte, int dirty) | 54 | pte_t pte, int dirty) |
