sched_setaffinity: Check migration after decrementing in_interrupt

refs: #1180
Change-Id: I2b3fb03066812ecc802406297084977e757092fe
This commit is contained in:
Ken Sato
2018-09-11 11:13:09 +09:00
committed by Masamichi Takagi
parent dd58d366c3
commit c862b29d65
5 changed files with 145 additions and 0 deletions

14
test/issues/1180/Makefile Normal file
View File

@ -0,0 +1,14 @@
CC = gcc
TARGET=
CPPFLAGS =
LDFLAGS =
all: $(TARGET)
test: all
@sh ./C1180.sh
clean:
rm -f $(TARGET) *.o