Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
authorPaul Mundt <lethal@linux-sh.org>
Wed, 16 Sep 2009 04:48:32 +0000 (13:48 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 16 Sep 2009 04:48:32 +0000 (13:48 +0900)
Conflicts:
arch/sh/kernel/vmlinux.lds.S

1  2 
Documentation/kernel-parameters.txt
arch/sh/kernel/signal_32.c
arch/sh/kernel/signal_64.c
arch/sh/kernel/vmlinux.lds.S
drivers/input/keyboard/sh_keysc.c
drivers/video/Kconfig

Simple merge
Simple merge
Simple merge
@@@ -94,21 -152,25 +94,13 @@@ SECTION
        .exit.data : AT(ADDR(.exit.data) - LOAD_OFFSET) { EXIT_DATA }
  
        . = ALIGN(PAGE_SIZE);
 -      .bss : AT(ADDR(.bss) - LOAD_OFFSET) {
 -              __init_end = .;
 -              __bss_start = .;                /* BSS */
 -              *(.bss.page_aligned)
 -              *(.bss)
 -              *(COMMON)
 -              . = ALIGN(4);
 -              _ebss = .;                      /* uClinux MTD sucks */
 -              _end = . ;
 -      }
 +      __init_end = .;
 +      BSS_SECTION(0, PAGE_SIZE, 4)
 +      _ebss = .;                      /* uClinux MTD sucks */
 +      _end = . ;
  
-       /*
-        * When something in the kernel is NOT compiled as a module, the
-        * module cleanup code and data are put into these segments. Both
-        * can then be thrown away, as cleanup code is never called unless
-        * it's a module.
-        */
-       /DISCARD/ : {
-               EXIT_CALL
-       }
        STABS_DEBUG
        DWARF_DEBUG
 -      /*
 -       * When something in the kernel is NOT compiled as a module, the
 -       * module cleanup code and data are put into these segments. Both
 -       * can then be thrown away, as cleanup code is never called unless
 -       * it's a module.
 -       */
+       DISCARDS
  }
Simple merge
Simple merge