ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups array
[safe/jmp/linux-2.6] / arch / x86 / lguest / boot.c
index a208536..ca7ec44 100644 (file)
@@ -663,7 +663,7 @@ static unsigned long lguest_tsc_khz(void)
 
 /* If we can't use the TSC, the kernel falls back to our lower-priority
  * "lguest_clock", where we read the time value given to us by the Host. */
-static cycle_t lguest_clock_read(void)
+static cycle_t lguest_clock_read(struct clocksource *cs)
 {
        unsigned long sec, nsec;