OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0bd71
)
[PATCH] amd64 time.c __iomem annotations
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 1 Feb 2006 12:30:33 +0000
(07:30 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 01:58:45 +0000
(20:58 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86_64/kernel/time.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/time.c
b/arch/x86_64/kernel/time.c
index
c0844bf
..
dba7237
100644
(file)
--- a/
arch/x86_64/kernel/time.c
+++ b/
arch/x86_64/kernel/time.c
@@
-748,7
+748,7
@@
static __init int late_hpet_init(void)
* Timer0 and Timer1 is used by platform.
*/
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_flags = HPET_DATA_PLATFORM;
hpet_reserve_timer(&hd, 0);