Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
dd42b151
Commit
dd42b151
authored
Feb 01, 2006
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] amd64 time.c __iomem annotations
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
1d0bd717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/x86_64/kernel/time.c
arch/x86_64/kernel/time.c
+1
-1
No files found.
arch/x86_64/kernel/time.c
View file @
dd42b151
...
@@ -748,7 +748,7 @@ static __init int late_hpet_init(void)
...
@@ -748,7 +748,7 @@ static __init int late_hpet_init(void)
* Timer0 and Timer1 is used by platform.
* Timer0 and Timer1 is used by platform.
*/
*/
hd
.
hd_phys_address
=
vxtime
.
hpet_address
;
hd
.
hd_phys_address
=
vxtime
.
hpet_address
;
hd
.
hd_address
=
(
void
*
)
fix_to_virt
(
FIX_HPET_BASE
);
hd
.
hd_address
=
(
void
__iomem
*
)
fix_to_virt
(
FIX_HPET_BASE
);
hd
.
hd_nirqs
=
ntimer
;
hd
.
hd_nirqs
=
ntimer
;
hd
.
hd_flags
=
HPET_DATA_PLATFORM
;
hd
.
hd_flags
=
HPET_DATA_PLATFORM
;
hpet_reserve_timer
(
&
hd
,
0
);
hpet_reserve_timer
(
&
hd
,
0
);
...
...
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