projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[cavium-octeon] update to 2.6.30-rc5
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
980-vm_exports.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
b/target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
index
6777383
..
ab29c4a
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
+++ b/
target/linux/generic-2.6/patches-2.6.30/980-vm_exports.patch
@@
-1,6
+1,6
@@
--- a/mm/shmem.c
+++ b/mm/shmem.c
--- a/mm/shmem.c
+++ b/mm/shmem.c
-@@ -260
2,6 +2602
,16 @@ int shmem_unuse(swp_entry_t entry, struc
+@@ -260
6,6 +2606
,16 @@ int shmem_unuse(swp_entry_t entry, struc
/* common code */
/* common code */
@@
-17,7
+17,7
@@
/**
* shmem_file_setup - get an unlinked file living in tmpfs
* @name: name for dentry (to be seen in /proc/<pid>/maps
/**
* shmem_file_setup - get an unlinked file living in tmpfs
* @name: name for dentry (to be seen in /proc/<pid>/maps
-@@ -268
0,11 +2690
,7 @@ int shmem_zero_setup(struct vm_area_stru
+@@ -268
4,11 +2694
,7 @@ int shmem_zero_setup(struct vm_area_stru
if (IS_ERR(file))
return PTR_ERR(file);
if (IS_ERR(file))
return PTR_ERR(file);
@@
-88,7
+88,7
@@
/**
* zap_vma_ptes - remove ptes mapping the vma
/**
* zap_vma_ptes - remove ptes mapping the vma
-@@ -24
05,6 +2406
,7 @@ int vmtruncate_range(struct inode *inode
+@@ -24
38,6 +2439
,7 @@ int vmtruncate_range(struct inode *inode
return 0;
}
return 0;
}
@@
-98,7
+98,7
@@
* We enter with non-exclusive mmap_sem (to exclude vma changes,
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
* We enter with non-exclusive mmap_sem (to exclude vma changes,
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
-@@ -110
0,6 +1100
,7 @@ void unmap_kernel_range(unsigned long ad
+@@ -110
1,6 +1101
,7 @@ void unmap_kernel_range(unsigned long ad
vunmap_page_range(addr, end);
flush_tlb_kernel_range(addr, end);
}
vunmap_page_range(addr, end);
flush_tlb_kernel_range(addr, end);
}
@@
-106,7
+106,7
@@
int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages)
{
int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages)
{
-@@ -121
3,6 +1214
,7 @@ struct vm_struct *get_vm_area(unsigned l
+@@ -121
4,6 +1215
,7 @@ struct vm_struct *get_vm_area(unsigned l
return __get_vm_area_node(size, flags, VMALLOC_START, VMALLOC_END,
-1, GFP_KERNEL, __builtin_return_address(0));
}
return __get_vm_area_node(size, flags, VMALLOC_START, VMALLOC_END,
-1, GFP_KERNEL, __builtin_return_address(0));
}
This page took
0.021524 seconds
and
4
git commands to generate.