kernel: update linux 3.7 to 3.7.2

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35100
This commit is contained in:
Gabor Juhos
2013-01-12 11:43:08 +00:00
parent ce5dd3b9e2
commit c19c30cefd
12 changed files with 21 additions and 50 deletions

View File

@@ -69,7 +69,7 @@
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -1415,6 +1415,7 @@ void zap_page_range(struct vm_area_struc
@@ -1420,6 +1420,7 @@ void zap_page_range(struct vm_area_struc
mmu_notifier_invalidate_range_end(mm, start, end);
tlb_finish_mmu(&tlb, start, end);
}