LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Tim Abbott <tabbott@MIT.EDU>
Cc: Jeff, Denys Vlasenko <vda.linux@googlemail.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	Waseem, Linux kernel mailing list <linux-kernel@vger.kernel.org>,
	Arnold <jbarnold@mit.edu>, Anders Kaseorg <andersk@mit.edu>,
	linuxppc-dev@ozlabs.org, Paul Mundt <lethal@linux-sh.org>,
	Tim Abbott <tabbott@mit.edu>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Daher <wdaher@mit.edu>
Subject: Re: [PATCH 11/14] powerpc: Use macros for .data.page_aligned section.
Date: Wed, 29 Apr 2009 01:07:53 +1000	[thread overview]
Message-ID: <20090429010753.851e0f59.sfr@canb.auug.org.au> (raw)
In-Reply-To: <1240864388-26315-12-git-send-email-tabbott@mit.edu>

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

Hi Tim,

Firstly, patches for a particular architecture should really be cc'd to
the list associated with that architecture.  In this case,
linuxppc-dev@ozlabs.org (cc'd).

On Mon, 27 Apr 2009 16:33:05 -0400 Tim Abbott <tabbott@MIT.EDU> wrote:
>
> +++ b/arch/powerpc/kernel/vmlinux.lds.S
> @@ -222,6 +222,7 @@ SECTIONS
>  
>  #ifdef CONFIG_PPC32
>  	.data : AT(ADDR(.data) - LOAD_OFFSET) {
> +		PAGE_ALIGNED_DATA
>  		DATA_DATA
>  		*(.sdata)
>  		*(.got.plt) *(.got)
> @@ -259,11 +260,6 @@ SECTIONS
>  		*(.data.init_task)
>  	}
>  
> -	. = ALIGN(PAGE_SIZE);
> -	.data.page_aligned : AT(ADDR(.data.page_aligned) - LOAD_OFFSET) {
> -		*(.data.page_aligned)
> -	}
> -

This moves the page_aligned section from a common part of the
vmlinux.lds to a 32 bit only part.  Was that intentional?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

       reply	other threads:[~2009-04-28 15:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1240864388-26315-1-git-send-email-tabbott@mit.edu>
     [not found] ` <1240864388-26315-2-git-send-email-tabbott@mit.edu>
     [not found]   ` <1240864388-26315-3-git-send-email-tabbott@mit.edu>
     [not found]     ` <1240864388-26315-4-git-send-email-tabbott@mit.edu>
     [not found]       ` <1240864388-26315-5-git-send-email-tabbott@mit.edu>
     [not found]         ` <1240864388-26315-6-git-send-email-tabbott@mit.edu>
     [not found]           ` <1240864388-26315-7-git-send-email-tabbott@mit.edu>
     [not found]             ` <1240864388-26315-8-git-send-email-tabbott@mit.edu>
     [not found]               ` <1240864388-26315-9-git-send-email-tabbott@mit.edu>
     [not found]                 ` <1240864388-26315-10-git-send-email-tabbott@mit.edu>
     [not found]                   ` <1240864388-26315-11-git-send-email-tabbott@mit.edu>
     [not found]                     ` <1240864388-26315-12-git-send-email-tabbott@mit.edu>
2009-04-28 15:07                       ` Stephen Rothwell [this message]
2009-04-28 15:13                         ` [PATCH 11/14] powerpc: Use macros for .data.page_aligned section Tim Abbott
2009-04-28 15:17                         ` 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=20090429010753.851e0f59.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=andersk@mit.edu \
    --cc=jbarnold@mit.edu \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=sam@ravnborg.org \
    --cc=tabbott@MIT.EDU \
    --cc=torvalds@linux-foundation.org \
    --cc=vda.linux@googlemail.com \
    --cc=wdaher@mit.edu \
    /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