mempolicy: Support MPOL_INTERLEAVE
Change-Id: I6357892d792b2de8ea859a0a6799250f05066713 Refs: #959
This commit is contained in:
committed by
Masamichi Takagi
parent
7f0594d784
commit
aef50d710c
14
test/issues/959/Makefile
Normal file
14
test/issues/959/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
include $(HOME)/.mck_test_config.mk
|
||||
|
||||
CFLAGS=-g -O0 -Wall -I$(MCK_DIR)/include
|
||||
LDFLAGS=-L$(MCK_DIR)/lib64 -lihk -lnuma -Wl,-rpath=$(MCK_DIR)/lib64
|
||||
|
||||
TARGET=check_mempol_il
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C959.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
|
||||
Reference in New Issue
Block a user