kernel: merge _IS_IN_ISR() with _is_in_isr()

They were the same, standardize on the lowercase one.

Change-Id: I8bca080e45f3e0970697d4451e468b9081f96f5f
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-10-27 16:57:13 -04:00 committed by Anas Nashif
commit b452817b67
7 changed files with 3 additions and 8 deletions

View file

@ -263,7 +263,6 @@ FUNC_NORETURN void _NanoFatalErrorHandler(unsigned int reason,
const NANO_ESF *esf);
#define _IS_IN_ISR() (_nanokernel.nested != 0)
#define _is_in_isr() (_nanokernel.nested != 0)
#ifdef CONFIG_IRQ_OFFLOAD