提交 3d34ee68 编写于 作者: A Andi Kleen 提交者: Linus Torvalds

[PATCH] x86_64: Don't return error for HPET initialization in initcall

Signed-off-by: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 ac04dcaf
......@@ -726,7 +726,7 @@ static __init int late_hpet_init(void)
unsigned int ntimer;
if (!vxtime.hpet_address)
return -1;
return 0;
memset(&hd, 0, sizeof (hd));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册