Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125345
b: refs/heads/master
c: aab46da
h: refs/heads/master
i:
  125343: 49be4a3
v: v3
  • Loading branch information
Rusty Russell committed Dec 13, 2008
1 parent c47bf9d commit 86eb855
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67
refs/heads/master: aab46da0520af9c99b7802cebe4f14a81ff39415
7 changes: 7 additions & 0 deletions trunk/lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,11 @@ config CHECK_SIGNATURE
config HAVE_LMB
boolean

config CPUMASK_OFFSTACK
bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
help
Use dynamic allocation for cpumask_var_t, instead of putting
them on the stack. This is a bit more expensive, but avoids
stack overflow.

endmenu

0 comments on commit 86eb855

Please sign in to comment.