All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugene Surovegin <ebs@ebshome.net>
To: Matt Porter <mporter@kernel.crashing.org>
Cc: Toru UCHIYAMA <uchi@cs.fujitsu.co.jp>,
	linuxppc-dev@lists.linuxppc.org, paulus@samba.org
Subject: Re: [PATCH] Fix memory leak on PPC44x/kernel 2.6.5-rc2-bk
Date: Fri, 26 Mar 2004 13:03:04 -0800	[thread overview]
Message-ID: <20040326210304.GA16601@gate.ebshome.net> (raw)
In-Reply-To: <20040326122425.A21727@home.com>


On Fri, Mar 26, 2004 at 12:24:25PM -0700, Matt Porter wrote:
>
> Paul: Ok to send to akpm?
>

Maybe we should get rid of clear_page in misc.S and make it an inline:

static inline void clear_page(void* page) { clear_pages(page, 0); }

Eugene.

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-03-26 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-26  9:34 [PATCH] Fix memory leak on PPC44x/kernel 2.6.5-rc2-bk Toru UCHIYAMA
2004-03-26 19:24 ` Matt Porter
2004-03-26 21:03   ` Eugene Surovegin [this message]
2004-03-26 21:32     ` Matt Porter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040326210304.GA16601@gate.ebshome.net \
    --to=ebs@ebshome.net \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=mporter@kernel.crashing.org \
    --cc=paulus@samba.org \
    --cc=uchi@cs.fujitsu.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.