kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT
And also remove now obsolete ARCH_HAS_TASK_ABORT. ARC does not need the options either. Change-Id: Ie52d63178a367ce12b911dacfe2d389f4f75ed2d Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
50f4883117
commit
cef368f578
3 changed files with 2 additions and 17 deletions
|
@ -277,12 +277,7 @@ config ZERO_LATENCY_IRQS
|
|||
Note that this is a somewhat dangerous option: ISRs of priority zero
|
||||
interrupts cannot use any kernel functionality.
|
||||
|
||||
config ARCH_HAS_TASK_ABORT
|
||||
bool
|
||||
# omit prompt to signify a "hidden" option
|
||||
default y
|
||||
|
||||
config ARCH_HAS_NANO_FIBER_ABORT
|
||||
config ARCH_HAS_THREAD_ABORT
|
||||
bool
|
||||
# omit prompt to signify a "hidden" option
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue