projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
DOCUMENTATION: Use newer DEFINE_SPINLOCK macro in docs.
[linux-2.6.git]
/
Documentation
/
cli-sti-removal.txt
diff --git
a/Documentation/cli-sti-removal.txt
b/Documentation/cli-sti-removal.txt
index
0223c9d
..
60932b0
100644
(file)
--- a/
Documentation/cli-sti-removal.txt
+++ b/
Documentation/cli-sti-removal.txt
@@
-43,7
+43,7
@@
would execute while the cli()-ed section is executing.
but from now on a more direct method of locking has to be used:
- spinlock_t driver_lock = SPIN_LOCK_UNLOCKED;
+ DEFINE_SPINLOCK(driver_lock);
struct driver_data;
irq_handler (...)