Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-21 Thread Martin Schwidefsky
On Thu, 2008-02-21 at 12:56 +0100, Sam Ravnborg wrote:
> On Thu, Feb 21, 2008 at 12:26:13PM +0100, Martin Schwidefsky wrote:
> > On Wed, 2008-02-20 at 22:41 +0300, [EMAIL PROTECTED] wrote:
> > > The section .data.idt is not used at all - so drop it.
> > > 
> > > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
> > 
> > Acked-by: Martin Schwidefsky <[EMAIL PROTECTED]>
> Martin - I expect you to take the patch as it only touches s390.
> OK?

Fine with me.

-- 
blue skies,
  Martin.

"Reality continues to ruin my life." - Calvin.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-21 Thread Sam Ravnborg
On Thu, Feb 21, 2008 at 12:26:13PM +0100, Martin Schwidefsky wrote:
> On Wed, 2008-02-20 at 22:41 +0300, [EMAIL PROTECTED] wrote:
> > The section .data.idt is not used at all - so drop it.
> > 
> > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
> 
> Acked-by: Martin Schwidefsky <[EMAIL PROTECTED]>
Martin - I expect you to take the patch as it only touches s390.
OK?

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-21 Thread Martin Schwidefsky
On Wed, 2008-02-20 at 22:41 +0300, [EMAIL PROTECTED] wrote:
> The section .data.idt is not used at all - so drop it.
> 
> Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>

Acked-by: Martin Schwidefsky <[EMAIL PROTECTED]>

> ---
> 
>  vmlinux.lds.S |5 -
>  1 file changed, 5 deletions(-)
> 
> Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
> ===
> --- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S 2008-02-06 
> 23:15:14.0 +0300
> +++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S  2008-02-20 
> 22:30:30.0 +0300
> @@ -71,11 +71,6 @@ SECTIONS
>   . = ALIGN(PAGE_SIZE);
>   __nosave_end = .;
> 
> - . = ALIGN(PAGE_SIZE);
> - .data.page_aligned : {
> - *(.data.idt)
> - }
> -
>   . = ALIGN(0x100);
>   .data.cacheline_aligned : {
>   *(.data.cacheline_aligned)
> 
-- 
blue skies,
  Martin.

"Reality continues to ruin my life." - Calvin.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-21 Thread Martin Schwidefsky
On Wed, 2008-02-20 at 22:41 +0300, [EMAIL PROTECTED] wrote:
 The section .data.idt is not used at all - so drop it.
 
 Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED]

Acked-by: Martin Schwidefsky [EMAIL PROTECTED]

 ---
 
  vmlinux.lds.S |5 -
  1 file changed, 5 deletions(-)
 
 Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
 ===
 --- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S 2008-02-06 
 23:15:14.0 +0300
 +++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S  2008-02-20 
 22:30:30.0 +0300
 @@ -71,11 +71,6 @@ SECTIONS
   . = ALIGN(PAGE_SIZE);
   __nosave_end = .;
 
 - . = ALIGN(PAGE_SIZE);
 - .data.page_aligned : {
 - *(.data.idt)
 - }
 -
   . = ALIGN(0x100);
   .data.cacheline_aligned : {
   *(.data.cacheline_aligned)
 
-- 
blue skies,
  Martin.

Reality continues to ruin my life. - Calvin.


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-21 Thread Sam Ravnborg
On Thu, Feb 21, 2008 at 12:26:13PM +0100, Martin Schwidefsky wrote:
 On Wed, 2008-02-20 at 22:41 +0300, [EMAIL PROTECTED] wrote:
  The section .data.idt is not used at all - so drop it.
  
  Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED]
 
 Acked-by: Martin Schwidefsky [EMAIL PROTECTED]
Martin - I expect you to take the patch as it only touches s390.
OK?

Sam
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-21 Thread Martin Schwidefsky
On Thu, 2008-02-21 at 12:56 +0100, Sam Ravnborg wrote:
 On Thu, Feb 21, 2008 at 12:26:13PM +0100, Martin Schwidefsky wrote:
  On Wed, 2008-02-20 at 22:41 +0300, [EMAIL PROTECTED] wrote:
   The section .data.idt is not used at all - so drop it.
   
   Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED]
  
  Acked-by: Martin Schwidefsky [EMAIL PROTECTED]
 Martin - I expect you to take the patch as it only touches s390.
 OK?

Fine with me.

-- 
blue skies,
  Martin.

Reality continues to ruin my life. - Calvin.


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-20 Thread Sam Ravnborg
On Wed, Feb 20, 2008 at 10:41:26PM +0300, [EMAIL PROTECTED] wrote:
> The section .data.idt is not used at all - so drop it.
> 
> Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
Acked-by: Sam Ravnborg <[EMAIL PROTECTED]>

> ---
> 
>  vmlinux.lds.S |5 -
>  1 file changed, 5 deletions(-)
> 
> Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
> ===
> --- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S 2008-02-06 
> 23:15:14.0 +0300
> +++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S  2008-02-20 
> 22:30:30.0 +0300
> @@ -71,11 +71,6 @@ SECTIONS
>   . = ALIGN(PAGE_SIZE);
>   __nosave_end = .;
>  
> - . = ALIGN(PAGE_SIZE);
> - .data.page_aligned : {
> - *(.data.idt)
> - }
> -
>   . = ALIGN(0x100);
>   .data.cacheline_aligned : {
>   *(.data.cacheline_aligned)
> 
> -- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-20 Thread gorcunov
The section .data.idt is not used at all - so drop it.

Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
---

 vmlinux.lds.S |5 -
 1 file changed, 5 deletions(-)

Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
===
--- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S   2008-02-06 
23:15:14.0 +0300
+++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S2008-02-20 
22:30:30.0 +0300
@@ -71,11 +71,6 @@ SECTIONS
. = ALIGN(PAGE_SIZE);
__nosave_end = .;
 
-   . = ALIGN(PAGE_SIZE);
-   .data.page_aligned : {
-   *(.data.idt)
-   }
-
. = ALIGN(0x100);
.data.cacheline_aligned : {
*(.data.cacheline_aligned)

-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-20 Thread gorcunov
The section .data.idt is not used at all - so drop it.

Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED]
---

 vmlinux.lds.S |5 -
 1 file changed, 5 deletions(-)

Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
===
--- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S   2008-02-06 
23:15:14.0 +0300
+++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S2008-02-20 
22:30:30.0 +0300
@@ -71,11 +71,6 @@ SECTIONS
. = ALIGN(PAGE_SIZE);
__nosave_end = .;
 
-   . = ALIGN(PAGE_SIZE);
-   .data.page_aligned : {
-   *(.data.idt)
-   }
-
. = ALIGN(0x100);
.data.cacheline_aligned : {
*(.data.cacheline_aligned)

-- 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [patch 3/3] s390: cleanup - drop .data.idt section in vmlinux.lds script

2008-02-20 Thread Sam Ravnborg
On Wed, Feb 20, 2008 at 10:41:26PM +0300, [EMAIL PROTECTED] wrote:
 The section .data.idt is not used at all - so drop it.
 
 Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED]
Acked-by: Sam Ravnborg [EMAIL PROTECTED]

 ---
 
  vmlinux.lds.S |5 -
  1 file changed, 5 deletions(-)
 
 Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
 ===
 --- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S 2008-02-06 
 23:15:14.0 +0300
 +++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S  2008-02-20 
 22:30:30.0 +0300
 @@ -71,11 +71,6 @@ SECTIONS
   . = ALIGN(PAGE_SIZE);
   __nosave_end = .;
  
 - . = ALIGN(PAGE_SIZE);
 - .data.page_aligned : {
 - *(.data.idt)
 - }
 -
   . = ALIGN(0x100);
   .data.cacheline_aligned : {
   *(.data.cacheline_aligned)
 
 -- 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/