From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: linux-kernel@vger.kernel.org, heiko.carstens@de.ibm.com
Subject: Re: [patch] s390: kernel page table allocation.
Date: Thu, 17 Aug 2006 11:23:13 +0200 [thread overview]
Message-ID: <1155806593.10261.6.camel@localhost> (raw)
In-Reply-To: <20060816131042.GB13251@infradead.org>
On Wed, 2006-08-16 at 14:10 +0100, Christoph Hellwig wrote:
> > - pg_table = (pte_t *) alloc_bootmem_low_pages(PAGE_SIZE);
> > + pg_table = (pte_t *) alloc_bootmem_pages(PAGE_SIZE);
>
> Again, no need to cast the alloc_bootmem_pages return value.
A cleanup of the s390 code in regard to unnecessary casts would make
sense I guess..
--
blue skies,
Martin.
Martin Schwidefsky
Linux for zSeries Development & Services
IBM Deutschland Entwicklung GmbH
"Reality continues to ruin my life." - Calvin.
prev parent reply other threads:[~2006-08-17 9:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-16 12:06 [patch] s390: kernel page table allocation Martin Schwidefsky
2006-08-16 13:10 ` Christoph Hellwig
2006-08-17 9:23 ` Martin Schwidefsky [this message]
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=1155806593.10261.6.camel@localhost \
--to=schwidefsky@de.ibm.com \
--cc=hch@infradead.org \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
/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.