lkml.org 
[lkml]   [2007]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [patch 10/21] Xen-paravirt: add hooks to intercept mm creation and destruction
    Hi!

    > @@ -126,6 +126,12 @@ struct paravirt_ops
    > void (*io_delay)(void);
    > void (*const_udelay)(unsigned long loops);
    >
    > + void (fastcall *activate_mm)(struct mm_struct *prev,
    > + struct mm_struct *next);
    > + void (fastcall *dup_mmap)(struct mm_struct *oldmm,
    > + struct mm_struct *mm);
    > + void (fastcall *exit_mmap)(struct mm_struct *mm);
    > +

    Why the fastcall stuff? Why is io_delay different from activate_mm in
    this regard?
    --
    (english) http://www.livejournal.com/~pavelmachek
    (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
    -
    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: 2007-02-22 21:19    [W:5.283 / U:0.176 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site