mbind: fix processing when new range ovarlaps existing range(s)
Change-Id: I240a0205f0d836e4ff1a16b6739a3b366543bc06 Refs: #1384
This commit is contained in:
11
test/issues/1384/Makefile
Normal file
11
test/issues/1384/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=-lnuma
|
||||
|
||||
TARGET=C1384T01 C1384T02 C1384T03 C1384T04 C1384T05 C1384T06
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1384.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user