Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
2ddfd20e
Commit
2ddfd20e
authored
May 22, 2008
by
Ingo Molnar
Committed by
Thomas Gleixner
May 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
namespacecheck: automated fixes
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
de067814
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/x86/kernel/kvmclock.c
arch/x86/kernel/kvmclock.c
+2
-2
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu.c
+1
-1
No files found.
arch/x86/kernel/kvmclock.c
View file @
2ddfd20e
...
...
@@ -53,7 +53,7 @@ static cycle_t kvm_clock_read(void);
* have elapsed since the hypervisor wrote the data. So we try to account for
* that with system time
*/
unsigned
long
kvm_get_wallclock
(
void
)
static
unsigned
long
kvm_get_wallclock
(
void
)
{
u32
wc_sec
,
wc_nsec
;
u64
delta
;
...
...
@@ -86,7 +86,7 @@ unsigned long kvm_get_wallclock(void)
return
ts
.
tv_sec
+
1
;
}
int
kvm_set_wallclock
(
unsigned
long
now
)
static
int
kvm_set_wallclock
(
unsigned
long
now
)
{
return
0
;
}
...
...
arch/x86/kvm/mmu.c
View file @
2ddfd20e
...
...
@@ -1996,7 +1996,7 @@ static struct shrinker mmu_shrinker = {
.
seeks
=
DEFAULT_SEEKS
*
10
,
};
void
mmu_destroy_caches
(
void
)
static
void
mmu_destroy_caches
(
void
)
{
if
(
pte_chain_cache
)
kmem_cache_destroy
(
pte_chain_cache
);
...
...
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