Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5008fdf5
Commit
5008fdf5
authored
Apr 02, 2007
by
Avi Kivity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: Use kernel-standard types
Noted by Joerg Roedel. Signed-off-by:
Avi Kivity
<
avi@qumranet.com
>
parent
80b7706e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/kvm/svm.c
drivers/kvm/svm.c
+3
-3
No files found.
drivers/kvm/svm.c
View file @
5008fdf5
...
...
@@ -63,9 +63,9 @@ struct kvm_ldttss_desc {
struct
svm_cpu_data
{
int
cpu
;
u
int64_t
asid_generation
;
u
int32_t
max_asid
;
u
int32_t
next_asid
;
u
64
asid_generation
;
u
32
max_asid
;
u
32
next_asid
;
struct
kvm_ldttss_desc
*
tss_desc
;
struct
page
*
save_area
;
...
...
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