sched_setaffinity: Check migration after decrementing in_interrupt
refs: #1180 Change-Id: I2b3fb03066812ecc802406297084977e757092fe
This commit is contained in:
committed by
Masamichi Takagi
parent
dd58d366c3
commit
c862b29d65
14
test/issues/1180/Makefile
Normal file
14
test/issues/1180/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
CC = gcc
|
||||
TARGET=
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
@sh ./C1180.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
|
||||
Reference in New Issue
Block a user