projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a652d70
)
lockdep: lockdep_states.h
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Thu, 22 Jan 2009 13:09:46 +0000
(14:09 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 14 Feb 2009 22:27:54 +0000
(23:27 +0100)
Introduce a header file to generate all the states from.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/lockdep_states.h
[new file with mode: 0644]
patch
|
blob
diff --git a/kernel/lockdep_states.h
b/kernel/lockdep_states.h
new file mode 100644
(file)
index 0000000..
937039e
--- /dev/null
+++ b/
kernel/lockdep_states.h
@@ -0,0
+1,3
@@
+LOCKDEP_STATE(HARDIRQ)
+LOCKDEP_STATE(SOFTIRQ)
+LOCKDEP_STATE(RECLAIM_FS)