-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARC: boards: enable ticket spinlock on nsim SMP board
Enable ticket spinlock on nsim SMP board as they are naturally vulnerable to spinlock unfairness due to SMP nSIM way of work. Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Evgeniy Paltsev <[email protected]>
- Loading branch information
1 parent
a6da17a
commit f3a007c
Showing
5 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ CONFIG_SERIAL=y | |
CONFIG_ARC_EXCEPTION_DEBUG=y | ||
CONFIG_SMP=y | ||
CONFIG_MP_MAX_NUM_CPUS=12 | ||
CONFIG_TICKET_SPINLOCKS=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ CONFIG_SERIAL=y | |
CONFIG_ARC_EXCEPTION_DEBUG=y | ||
CONFIG_SMP=y | ||
CONFIG_MP_MAX_NUM_CPUS=2 | ||
CONFIG_TICKET_SPINLOCKS=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ CONFIG_SERIAL=y | |
CONFIG_ARC_EXCEPTION_DEBUG=y | ||
CONFIG_SMP=y | ||
CONFIG_MP_MAX_NUM_CPUS=12 | ||
CONFIG_TICKET_SPINLOCKS=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ CONFIG_SERIAL=y | |
CONFIG_ARC_EXCEPTION_DEBUG=y | ||
CONFIG_SMP=y | ||
CONFIG_MP_MAX_NUM_CPUS=2 | ||
CONFIG_TICKET_SPINLOCKS=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ CONFIG_SERIAL=y | |
CONFIG_ARC_EXCEPTION_DEBUG=y | ||
CONFIG_SMP=y | ||
CONFIG_MP_MAX_NUM_CPUS=2 | ||
CONFIG_TICKET_SPINLOCKS=y |