Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268951
b: refs/heads/master
c: 8008e12
h: refs/heads/master
i:
  268949: b34575a
  268947: 486b948
  268943: 16907c2
v: v3
  • Loading branch information
Paul E. McKenney committed Sep 29, 2011
1 parent fd1edf5 commit 9cc0cd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b15a2e7d16cc6f6082d8c6a85349e48588763ffc
refs/heads/master: 8008e129dc90ff4f7a56cb033d6bd042afe3ed52
6 changes: 3 additions & 3 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ config TREE_RCU

config TREE_PREEMPT_RCU
bool "Preemptible tree-based hierarchical RCU"
depends on PREEMPT
depends on PREEMPT && SMP
help
This option selects the RCU implementation that is
designed for very large SMP systems with hundreds or
Expand All @@ -401,7 +401,7 @@ config TREE_PREEMPT_RCU

config TINY_RCU
bool "UP-only small-memory-footprint RCU"
depends on !SMP
depends on !PREEMPT && !SMP
help
This option selects the RCU implementation that is
designed for UP systems from which real-time response
Expand All @@ -410,7 +410,7 @@ config TINY_RCU

config TINY_PREEMPT_RCU
bool "Preemptible UP-only small-memory-footprint RCU"
depends on !SMP && PREEMPT
depends on PREEMPT && !SMP
help
This option selects the RCU implementation that is designed
for real-time UP systems. This option greatly reduces the
Expand Down

0 comments on commit 9cc0cd8

Please sign in to comment.