Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
a2637ac7
Commit
a2637ac7
authored
Nov 21, 2018
by
Vikram Narayanan
Browse files
Fix compiler warning
parent
f81aaf7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcd-domains/microkernel/iommu.c
View file @
a2637ac7
...
...
@@ -33,7 +33,7 @@ int lcd_iommu_map_page(struct lcd *lcd, gpa_t gpa, unsigned int order,
bool
force
)
{
hpa_t
hpa
;
int
ret
;
int
ret
=
0
;
int
i
;
phys_addr_t
phys
;
u64
gfn_start
,
gfn_end
=
1
<<
order
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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