lkml.org 
[lkml]   [2006]   [May]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [RFC PATCH 22/35] subarch suport for idle loop (NO_IDLE_HZ for Xen)
    Date

    > +extern void stop_hz_timer(void);
    > +extern void start_hz_timer(void);
    > +
    > +void xen_idle(void);
    > +
    > static char * __init machine_specific_memory_setup(void)
    > {
    > unsigned long max_pfn = xen_start_info->nr_pages;
    > @@ -65,4 +70,23 @@ static void __init machine_specific_arch
    > console_use_vt = 0;
    > conswitchp = NULL;
    > }
    > +
    > + pm_idle = xen_idle;
    > +}
    > +
    > +void xen_idle(void)

    I think that should be in some .c file, not a .h

    Probably applies to more of your functions too.

    -Andi
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-05-09 15:29    [W:4.240 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site