[PATCH] x86_64: Don't return error for HPET initialization in initcall
authorAndi Kleen <ak@suse.de>
Fri, 7 Apr 2006 17:50:06 +0000 (19:50 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 9 Apr 2006 18:53:52 +0000 (11:53 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/time.c

index ef8bc46..2eeaa95 100644 (file)
@@ -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));