]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/lguest/boot.c
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / arch / x86 / lguest / boot.c
index 7aa6336862951a9529a9a33e9acebdf73e7f68b7..99472698c9311f1b55891a18fec1f99336c87915 100644 (file)
@@ -994,7 +994,9 @@ static struct clock_event_device lguest_clockevent = {
        .mult                   = 1,
        .shift                  = 0,
        .min_delta_ns           = LG_CLOCK_MIN_DELTA,
+       .min_delta_ticks        = LG_CLOCK_MIN_DELTA,
        .max_delta_ns           = LG_CLOCK_MAX_DELTA,
+       .max_delta_ticks        = LG_CLOCK_MAX_DELTA,
 };
 
 /*