mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Ian Campbell <ijc@hellion.org.uk>, Matt Mackall <mpm@selenic.com>,
	Linux Mailing List <linux-kernel@vger.kernel.org>,
	"Huang, Ying" <ying.huang@intel.com>
Subject: Re: arch/x86/mm/ioremap unification grew by 10x
Date: Sun, 17 Feb 2008 20:50:41 +0100	[thread overview]
Message-ID: <20080217195041.GA20850@elte.hu> (raw)
In-Reply-To: <20080217192840.GH14588@uranus.ravnborg.org>


* Sam Ravnborg <sam@ravnborg.org> wrote:

> >  static __initdata int after_paging_init;
> > -static __initdata pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)]
> > -				__attribute__((aligned(PAGE_SIZE)));
> > +static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)]
> 
> Replace
> > +		__attribute__((__section__(".bss.page_aligned")));
> 
> with the shorter form:
> > +		__section(.bss.page_aligned)));

i've picked up Ian's patch into x86.git and have done the above change. 
Thanks,

	Ingo

  reply	other threads:[~2008-02-17 19:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-15 20:25 Matt Mackall
2008-02-15 20:32 ` Sam Ravnborg
2008-02-15 21:21   ` Matt Mackall
2008-02-15 23:17     ` Matt Mackall
2008-02-17 19:09       ` Ian Campbell
2008-02-17 19:28         ` Sam Ravnborg
2008-02-17 19:50           ` Ingo Molnar [this message]
2008-02-18  1:16         ` Huang, Ying
2008-02-18  3:17           ` Ingo Molnar

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=20080217195041.GA20850@elte.hu \
    --to=mingo@elte.hu \
    --cc=ijc@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpm@selenic.com \
    --cc=sam@ravnborg.org \
    --cc=ying.huang@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome