remote_page_fault is handled by the offloaded thread.
Change-Id: I9cfad509260cceada74abdf39ca6a1822561e0d9 Refs: #1474
This commit is contained in:
committed by
Masamichi Takagi
parent
9c7d0cfaec
commit
7efb394905
21
test/issues/1474/C1474.sh
Normal file
21
test/issues/1474/C1474.sh
Normal file
@ -0,0 +1,21 @@
|
||||
ELTP=1
|
||||
USEOSTEST=0
|
||||
|
||||
. ../../common.sh
|
||||
|
||||
################################################################################
|
||||
uname -m
|
||||
dd if=/dev/zero of=testfile bs=4096 count=1
|
||||
$MCEXEC ./C1474T01
|
||||
rm -f outfile
|
||||
$MCEXEC ./C1474T02
|
||||
rm -f outfile
|
||||
$MCEXEC ./C1474T03
|
||||
rm -f outfile
|
||||
$MCEXEC --enable-uti ./C1474T04
|
||||
rm -f outfile
|
||||
$MCEXEC --enable-uti ./C1474T05
|
||||
rm -f outfile
|
||||
$MCEXEC --enable-uti ./C1474T06
|
||||
rm -f outfile
|
||||
rm -f testfile
|
||||
Reference in New Issue
Block a user