Test "Exclude areas not assigned to Mckernel from direct map of all phys." on arm64
Change-Id: Ida0d1f13f4a14c2ee219325aaa4b2cac1476c991
This commit is contained in:
committed by
Masamichi Takagi
parent
00395d68d4
commit
cfcf0137eb
13
test/mem_dest_prev/arm64/memtest_destroy.c
Normal file
13
test/mem_dest_prev/arm64/memtest_destroy.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#define _GNU_SOURCE
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
main() {
|
||||
int rst = 0;
|
||||
|
||||
rst = syscall(950);
|
||||
printf("mem_destroy result:%d\n",rst);
|
||||
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user