Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107046
b: refs/heads/master
c: 0d39741
h: refs/heads/master
v: v3
  • Loading branch information
Jack Steiner authored and Linus Torvalds committed Jul 30, 2008
1 parent 33afd34 commit 0190c2e
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 3c45f6928322773b1810fbec1ece77056f914114
refs/heads/master: 0d39741a27d86d305cc75ba626392be410dcbab9
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/genapic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ int is_uv_system(void)
{
return uv_system_type != UV_NONE;
}
EXPORT_SYMBOL_GPL(is_uv_system);
2 changes: 2 additions & 0 deletions trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,7 @@ unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address,
tlb_finish_mmu(tlb, address, end);
return end;
}
EXPORT_SYMBOL_GPL(zap_page_range);

/**
* zap_vma_ptes - remove ptes mapping the vma
Expand Down Expand Up @@ -1110,6 +1111,7 @@ struct page *follow_page(struct vm_area_struct *vma, unsigned long address,
}
return page;
}
EXPORT_SYMBOL_GPL(follow_page);

/* Can we do the FOLL_ANON optimization? */
static inline int use_zero_page(struct vm_area_struct *vma)
Expand Down

0 comments on commit 0190c2e

Please sign in to comment.