Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7030
b: refs/heads/master
c: 02edeb5
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Sep 5, 2005
1 parent d45727c commit 4cbfee6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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: 13abf8130139c2ccd4962a7e5a8902be5e6cb5a7
refs/heads/master: 02edeb586ae4cdd17778923674700edb732a4741
2 changes: 1 addition & 1 deletion trunk/arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ config HOST_2G_2G
config SMP
bool "Symmetric multi-processing support (EXPERIMENTAL)"
default n
depends on MODE_TT && EXPERIMENTAL
depends on (MODE_TT && EXPERIMENTAL && !SMP_BROKEN) || (BROKEN && SMP_BROKEN)
help
This option enables UML SMP support.
It is NOT related to having a real SMP box. Not directly, at least.
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/um/Kconfig.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ config ARCH_HAS_SC_SIGNALS
config ARCH_REUSE_HOST_VSYSCALL_AREA
bool
default n

config SMP_BROKEN
bool
default y

0 comments on commit 4cbfee6

Please sign in to comment.