We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf04bd9 commit 3673698Copy full SHA for 3673698
arch/xtensa/Kconfig
@@ -95,15 +95,15 @@ config XTENSA_OMIT_HIGH_INTERRUPTS
95
96
config XTENSA_ASM2
97
bool
98
- prompt "New-sytle Xtensa context switch & interrupt layer"
+ prompt "New-style Xtensa context switch & interrupt layer"
99
default n
100
select USE_SWITCH
101
help
102
This selects a new implementation of context switching and
103
interrupt handling. Advantages are a much lower interrupt
104
overhead and smaller code size, and this scheme is required
105
for SMP. Assumes/requires hardware that implements the
106
- register window xtension, however.
+ register window extension, however.
107
108
config TOOLCHAIN_VARIANT
109
string
0 commit comments