schedule: Don't reschedule immediately when wake up on migrate
Refs: #1027 Change-Id: Ibe563c45c42611170273f1e437566c20fbef68d3
This commit is contained in:
committed by
Masamichi Takagi
parent
d4fa953975
commit
a7c9988aeb
10
test/issues/1027/Makefile
Normal file
10
test/issues/1027/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
CC = gcc
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
@sh ./C1027.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
|
||||
Reference in New Issue
Block a user