All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Gang <gang.chen@asianux.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Michael Neuling <mikey@neuling.org>,
	matt@ozlabs.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"paulus@samba.org" <paulus@samba.org>,
	imunsie@au1.ibm.com, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] PowerPC:kernel: make additional room in exception vector area
Date: Mon, 25 Mar 2013 13:38:51 +0800	[thread overview]
Message-ID: <514FE2EB.7050002@asianux.com> (raw)
In-Reply-To: <20130325161435.ffff94805826bc7cad2c7de4@canb.auug.org.au>

On 2013年03月25日 13:14, Stephen Rothwell wrote:
> Hi all,
> 
> On Mon, 25 Mar 2013 09:31:31 +0800 Chen Gang <gang.chen@asianux.com> wrote:
>> >
>> >   The FWNMI region is fixed at 0x7000 and the vector are now overflowing
>> >   that with allmodconfig. Fix that by moving slb_miss_realmode code out
>> >   of that region as it doesn't need to be that close to the call sites
>> >   (it is a _GLOBAL function)
>> > 
>> > Signed-off-by: Chen Gang <gang.chen@asianux.com>
>> > ---
>> >  arch/powerpc/kernel/exceptions-64s.S |  144 +++++++++++++++++-----------------
>> >  1 files changed, 72 insertions(+), 72 deletions(-)
> Thanks, Chen,
> 
> I have applied this to linux-next today and pending the builds overnight,
> will send it to Linus tomorrow or Wednesday.

  thanks.

  :-)

-- 
Chen Gang

Asianux Corporation

WARNING: multiple messages have this Message-ID (diff)
From: Chen Gang <gang.chen@asianux.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Michael Neuling <mikey@neuling.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	"paulus@samba.org" <paulus@samba.org>,
	matt@ozlabs.org, imunsie@au1.ibm.com,
	linuxppc-dev@lists.ozlabs.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] PowerPC:kernel: make additional room in exception vector area
Date: Mon, 25 Mar 2013 13:38:51 +0800	[thread overview]
Message-ID: <514FE2EB.7050002@asianux.com> (raw)
In-Reply-To: <20130325161435.ffff94805826bc7cad2c7de4@canb.auug.org.au>

On 2013年03月25日 13:14, Stephen Rothwell wrote:
> Hi all,
> 
> On Mon, 25 Mar 2013 09:31:31 +0800 Chen Gang <gang.chen@asianux.com> wrote:
>> >
>> >   The FWNMI region is fixed at 0x7000 and the vector are now overflowing
>> >   that with allmodconfig. Fix that by moving slb_miss_realmode code out
>> >   of that region as it doesn't need to be that close to the call sites
>> >   (it is a _GLOBAL function)
>> > 
>> > Signed-off-by: Chen Gang <gang.chen@asianux.com>
>> > ---
>> >  arch/powerpc/kernel/exceptions-64s.S |  144 +++++++++++++++++-----------------
>> >  1 files changed, 72 insertions(+), 72 deletions(-)
> Thanks, Chen,
> 
> I have applied this to linux-next today and pending the builds overnight,
> will send it to Linus tomorrow or Wednesday.

  thanks.

  :-)

-- 
Chen Gang

Asianux Corporation

  reply	other threads:[~2013-03-25  5:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-15  2:50 [Suggestion] PowerPC: kernel: cross compiling issue with allmodconfig Chen Gang
2013-03-15  4:52 ` Michael Neuling
2013-03-15  4:52   ` Michael Neuling
2013-03-15  5:14   ` Chen Gang
2013-03-15  5:14     ` Chen Gang
2013-03-21  5:55     ` Chen Gang
2013-03-21  5:55       ` Chen Gang
2013-03-21  8:26       ` Chen Gang F T
2013-03-21 12:38         ` Benjamin Herrenschmidt
2013-03-21 12:38           ` Benjamin Herrenschmidt
2013-03-22  6:46           ` Chen Gang
2013-03-22  6:46             ` Chen Gang
2013-03-21 23:21         ` Michael Neuling
2013-03-21 23:21           ` Michael Neuling
2013-03-22 19:17           ` Yoder Stuart-B08248
2013-03-22 19:17             ` Yoder Stuart-B08248
2013-03-23  2:51             ` Chen Gang F T
2013-03-23  2:51               ` Chen Gang F T
2013-03-21 22:54       ` Michael Neuling
2013-03-21 22:54         ` Michael Neuling
2013-03-22  6:55         ` Chen Gang
2013-03-22  6:55           ` Chen Gang
2013-03-25  0:03           ` Michael Neuling
2013-03-25  0:03             ` Michael Neuling
2013-03-25  1:07             ` Chen Gang
2013-03-25  1:07               ` Chen Gang
2013-03-25  1:31             ` [PATCH] PowerPC:kernel: make additional room in exception vector area Chen Gang
2013-03-25  1:31               ` Chen Gang
2013-03-25  5:14               ` Stephen Rothwell
2013-03-25  5:14                 ` Stephen Rothwell
2013-03-25  5:38                 ` Chen Gang [this message]
2013-03-25  5:38                   ` Chen Gang
2013-03-25  6:07                 ` Michael Neuling
2013-03-25  6:07                   ` Michael Neuling
2013-03-25  6:20                   ` Stephen Rothwell
2013-03-25  6:20                     ` Stephen Rothwell

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=514FE2EB.7050002@asianux.com \
    --to=gang.chen@asianux.com \
    --cc=imunsie@au1.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=matt@ozlabs.org \
    --cc=mikey@neuling.org \
    --cc=paulus@samba.org \
    --cc=sfr@canb.auug.org.au \
    /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.