git://git.onelab.eu
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617e701
)
- merge revision 1.10
author
Mark Huang
<mlhuang@cs.princeton.edu>
Thu, 27 Jan 2005 20:39:08 +0000
(20:39 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Thu, 27 Jan 2005 20:39:08 +0000
(20:39 +0000)
date: 2005/01/04 18:46:08; author: mlhuang; state: Exp; lines: +1 -1
- fix do_mprotect() prototype
include/linux/mm.h
patch
|
blob
|
history
diff --git
a/include/linux/mm.h
b/include/linux/mm.h
index
3fb1893
..
83c64bb
100644
(file)
--- a/
include/linux/mm.h
+++ b/
include/linux/mm.h
@@
-581,7
+581,7
@@
int clear_page_dirty_for_io(struct page *page);
*/
typedef int (*shrinker_t)(int nr_to_scan, unsigned int gfp_mask);
-
extern
long do_mprotect(struct mm_struct *mm, unsigned long start,
+
asmlinkage
long do_mprotect(struct mm_struct *mm, unsigned long start,
size_t len, unsigned long prot);
/*