Files
mckernel/test/issues/1039/Makefile
Tomoki Shirasawa 5fcbfa2eb5 page_fault_process_memory_range: Remove ihk_mc_map_virtual for CoW of device map
Device map with MAP_PRIVATE is copied when forking using copy_user_pte.
So the map isn't copied by those statements.

Futjitsu: POSTK_TEMP_FIX_14
Refs: #1039
Change-Id: I1a697ed2e003055d66a8eebd3e8d5e9e49d094ad
2018-08-30 02:21:42 +00:00

11 lines
95 B
Makefile

CC=gcc
TARGET=
all:: $(TARGET)
test:: $(TARGET)
sh ./C1039.sh
clean::
rm -f *.o $(TARGET)