Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136948
b: refs/heads/master
c: 7342695
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Feb 20, 2009
1 parent 5432f38 commit f9cb10f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 42f8faecf7a88371de0f30aebb052d1ae51762c0
refs/heads/master: 734269521e320ad14ed39ae9b64d482b9028dcd2
2 changes: 2 additions & 0 deletions trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,8 @@ void __init vmalloc_init(void)
void unmap_kernel_range(unsigned long addr, unsigned long size)
{
unsigned long end = addr + size;

flush_cache_vunmap(addr, end);
vunmap_page_range(addr, end);
flush_tlb_kernel_range(addr, end);
}
Expand Down

0 comments on commit f9cb10f

Please sign in to comment.