projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
[linux-2.6]
/
include
/
linux
/
memory.h
diff --git
a/include/linux/memory.h
b/include/linux/memory.h
index
42767d1
..
37fa19b
100644
(file)
--- a/
include/linux/memory.h
+++ b/
include/linux/memory.h
@@
-110,4
+110,10
@@
struct memory_accessor {
off_t offset, size_t count);
};
+/*
+ * Kernel text modification mutex, used for code patching. Users of this lock
+ * can sleep.
+ */
+extern struct mutex text_mutex;
+
#endif /* _LINUX_MEMORY_H_ */