arm64: rusage: Fix counting contiguous PTEs
Change-Id: I7e89c25d49dc1f6efe1c27c76c66c6fedd22af1f Refs: #1342
This commit is contained in:
14
test/issues/1342/Makefile
Normal file
14
test/issues/1342/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 -Wl,-rpath=$(MCK_DIR)/lib64
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) get_rusage.c -o get_rusage
|
||||
$(CC) $(CFLAGS) issue_1325.c -o issue_1325
|
||||
|
||||
test: all
|
||||
./1342.sh
|
||||
|
||||
clean:
|
||||
rm -f get_rusage issue_1325
|
||||
Reference in New Issue
Block a user