Files
mckernel/test/mbind
Shiratori, Takehiro 60c97d0e60 Test "mbind support" on arm64
Add arm64 result files.

Change-Id: I32e8d4e1346076683e7d55e8e928d168e439eaca
2018-12-05 11:27:03 +09:00
..
2018-12-05 11:27:03 +09:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00
2018-12-04 08:17:13 +00:00

=====
Steps
=====

(1) Set default policy to P1
(2) Set policy of memory address A to P2
(3) Check the following:
    1) P2 is used when allocating A
    2) P1 is used when allocating memory with address other than A

===========
Apply patch
===========

cd mckernel
patch -p0 < test_trace_mem.patch
make
make install

=============
Run the tests
=============

./go_mbind_test.sh