diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index a8693edd4f43..44982c1dfa23 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -570,6 +570,20 @@ config NR_CPUS | |||
570 | 570 | ||
571 | source "kernel/Kconfig.preempt" | 571 | source "kernel/Kconfig.preempt" |
572 | 572 | ||
573 | config GUSA | ||
574 | def_bool y | ||
575 | depends on !SMP | ||
576 | help | ||
577 | This enables support for gUSA (general UserSpace Atomicity). | ||
578 | This is the default implementation for both UP and non-ll/sc | ||
579 | CPUs, and is used by the libc, amongst others. | ||
580 | |||
581 | For additional information, design information can be found | ||
582 | in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>. | ||
583 | |||
584 | This should only be disabled for special cases where alternate | ||
585 | atomicity implementations exist. | ||
586 | |||
573 | endmenu | 587 | endmenu |
574 | 588 | ||
575 | menu "Boot options" | 589 | menu "Boot options" |