diff options
Diffstat (limited to 'arch/x86/kernel/hpet.c')
| -rw-r--r-- | arch/x86/kernel/hpet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 9cc7b4392f7..1460a5df92f 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -870,7 +870,7 @@ int __init hpet_enable(void)  	else  		pr_warn("HPET initial state will not be saved\n");  	cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); -	hpet_writel(cfg, HPET_Tn_CFG(i)); +	hpet_writel(cfg, HPET_CFG);  	if (cfg)  		pr_warn("HPET: Unrecognized bits %#x set in global cfg\n",  			cfg);  |