Test "rus_vm_fault: If page fault occurs in a thread that has not processed system call offloading, incorrectly return to normal." on arm64
Change-Id: I3dc98d8994228ad27cfdf9ca96a0a76e544bc947 Refs: #923
This commit is contained in:
committed by
Masamichi Takagi
parent
f240671fc8
commit
ddde519263
18
test/mng_mod/issues/923/x86_64/Makefile
Normal file
18
test/mng_mod/issues/923/x86_64/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
CC = gcc
|
||||
|
||||
TARGET=CT02 CT02m
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
CT02: CT02.c
|
||||
$(CC) -o CT02 CT02.c
|
||||
|
||||
CT02m: CT02m.c
|
||||
$(CC) -o CT02m CT02m.c
|
||||
|
||||
test: all
|
||||
./CT02
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user