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:
parent
539003b697
commit
b452817b67
7 changed files with 3 additions and 8 deletions
|
@ -350,8 +350,6 @@ static ALWAYS_INLINE int _is_in_isr(void)
|
|||
return ((act & 0xffff) != 0);
|
||||
}
|
||||
|
||||
#define _IS_IN_ISR _is_in_isr
|
||||
|
||||
/**
|
||||
*
|
||||
* @bried Indicates the interrupt number of the highest priority
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue