Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
6898d7f1
Commit
6898d7f1
authored
Oct 31, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore: Drop a few more write_hex_n
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@gmail.com
>
parent
6a3c7ab3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
restorer.c
restorer.c
+0
-3
No files found.
restorer.c
View file @
6898d7f1
...
@@ -182,7 +182,6 @@ self_len_end:
...
@@ -182,7 +182,6 @@ self_len_end:
if
(
!
(
vma_entry
.
status
&
VMA_AREA_REGULAR
))
if
(
!
(
vma_entry
.
status
&
VMA_AREA_REGULAR
))
continue
;
continue
;
write_hex_n
(
vma_entry
.
start
);
if
(
sys_munmap
((
void
*
)
vma_entry
.
start
,
if
(
sys_munmap
((
void
*
)
vma_entry
.
start
,
vma_entry
.
end
-
vma_entry
.
start
))
vma_entry
.
end
-
vma_entry
.
start
))
goto
core_restore_end
;
goto
core_restore_end
;
...
@@ -211,8 +210,6 @@ self_len_end:
...
@@ -211,8 +210,6 @@ self_len_end:
vma_entry
.
fd
=
-
1UL
;
/* for a while */
vma_entry
.
fd
=
-
1UL
;
/* for a while */
vma_entry
.
pgoff
=
0
;
vma_entry
.
pgoff
=
0
;
write_hex_n
(
vma_entry
.
end
-
vma_entry
.
start
);
/*
/*
* Should map memory here. Note we map them as
* Should map memory here. Note we map them as
* writable since we're going to restore page
* writable since we're going to restore page
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment