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
This commit is contained in:
committed by
Masamichi Takagi
parent
9a20cfaefb
commit
5fcbfa2eb5
10
test/issues/1039/Makefile
Normal file
10
test/issues/1039/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CC=gcc
|
||||
TARGET=
|
||||
|
||||
all:: $(TARGET)
|
||||
|
||||
test:: $(TARGET)
|
||||
sh ./C1039.sh
|
||||
|
||||
clean::
|
||||
rm -f *.o $(TARGET)
|
||||
Reference in New Issue
Block a user