linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <Pine.LNX.4.58.0412231119540.31791@schroedinger.engr.sgi.com.suse.lists.linux.kernel>]
  • * Re: Increase page fault rate by prezeroing V1 [1/3]: Introduce __GFP_ZERO
    @ 2004-12-22  1:40 Chuck Ebbert
      0 siblings, 0 replies; 8+ messages in thread
    From: Chuck Ebbert @ 2004-12-22  1:40 UTC (permalink / raw)
      To: Christoph Lameter; +Cc: linux-kernel
    
    On Tue, 21 Dec 2004 at 11:56:07 -0800 Christoph Lameter wrote:
    
    > --- linux-2.6.9.orig/include/asm-i386/page.h  2004-12-17 14:40:16.000000000 -0800
    > +++ linux-2.6.9/include/asm-i386/page.h       2004-12-21 10:19:37.000000000 -0800
    > @@ -20,6 +20,7 @@
    > 
    >  #define clear_page(page)     mmx_clear_page((void *)(page))
    >  #define copy_page(to,from)   mmx_copy_page(to,from)
    > +#define zero_page(page, order)       mmx_zero_page(page, order)
    > 
    >  #else
    > 
    > @@ -29,6 +30,7 @@
    >   */
    > 
    >  #define clear_page(page)     memset((void *)(page), 0, PAGE_SIZE)
    > +#define zero_page(page, ordeR)       memset((void *)(page), 0, PAGE_SIZE << order)
    
     Oops - - - - - - - - - - - - -^
    
    >  #define copy_page(to,from)   memcpy((void *)(to), (void *)(from), PAGE_SIZE)
    > 
    > #endif
    
    --
    Please take it as a sign of my infinite respect for you,
    that I insist on you doing all the work.
                                            -- Rusty Russell
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread
    [parent not found: <B8E391BBE9FE384DAA4C5C003888BE6F02900FBD@scsmsx401.amr.corp.intel.com>]

    end of thread, other threads:[~2004-12-23 21:03 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <B8E391BBE9FE384DAA4C5C003888BE6F02900FBD@scsmsx401.amr.corp.intel.com.suse.lists.linux.kernel>
         [not found] ` <41C20E3E.3070209@yahoo.com.au.suse.lists.linux.kernel>
         [not found]   ` <Pine.LNX.4.58.0412211154100.1313@schroedinger.engr.sgi.com.suse.lists.linux.kernel>
         [not found]     ` <Pine.LNX.4.58.0412211155340.1313@schroedinger.engr.sgi.com.suse.lists.linux.kernel>
    2004-12-21 22:40       ` Increase page fault rate by prezeroing V1 [1/3]: Introduce __GFP_ZERO Andi Kleen
    2004-12-21 22:54         ` Christoph Lameter
    2004-12-22 10:53           ` Andi Kleen
    2004-12-22 19:54             ` Christoph Lameter
         [not found]     ` <Pine.LNX.4.58.0412231119540.31791@schroedinger.engr.sgi.com.suse.lists.linux.kernel>
    2004-12-23 20:27       ` Prezeroing V2 [0/3]: Why and When it works Andi Kleen
    2004-12-23 21:02         ` Christoph Lameter
    2004-12-22  1:40 Increase page fault rate by prezeroing V1 [1/3]: Introduce __GFP_ZERO Chuck Ebbert
         [not found] <B8E391BBE9FE384DAA4C5C003888BE6F02900FBD@scsmsx401.amr.corp.intel.com>
         [not found] ` <41C20E3E.3070209@yahoo.com.au>
    2004-12-21 19:55   ` Increase page fault rate by prezeroing V1 [0/3]: Overview Christoph Lameter
    2004-12-21 19:56     ` Increase page fault rate by prezeroing V1 [1/3]: Introduce __GFP_ZERO Christoph Lameter
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).