Revert "xpmem: Support large page attachment"
This reverts commit a8696d811d.
Conflicts:
kernel/include/process.h
kernel/syscall.c
kernel/xpmem.c
Change-Id: I726e74450f6228d3fc78fc62dda15b2067732a53
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
XPMEM_DIR=$(HOME)/usr
|
||||
CPPFLAGS=-I$(XPMEM_DIR)/include
|
||||
LDFLAGS=-L$(XPMEM_DIR)/lib -Wl,-rpath -Wl,$(XPMEM_DIR)/lib -lxpmem
|
||||
|
||||
TARGET=huge_page_xpmem multi_vmr_xpmem XTP_001 XTP_002 XTP_003 XTP_004 XTP_005 XTP_006 XTP_007 XTP_008 XTP_009 XTP_010 XTP_011
|
||||
|
||||
all: $(TARGET)
|
||||
test: all
|
||||
bash ./C1259.sh
|
||||
clean:
|
||||
rm -f $(TARGET) C*.log
|
||||
|
||||
Reference in New Issue
Block a user