Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux...
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Nov 2014 10:12:13 +0000 (10:12 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Nov 2014 10:12:13 +0000 (10:12 +0000)
generic fixmaps
ARM support for CONFIG_DEBUG_RODATA

1  2 
arch/arm/kernel/vmlinux.lds.S
arch/arm/mm/init.c
arch/arm/mm/mmu.c

@@@ -218,9 -233,13 +233,13 @@@ SECTION
  #ifdef CONFIG_XIP_KERNEL
        __data_loc = ALIGN(4);          /* location in binary */
        . = PAGE_OFFSET + TEXT_OFFSET;
 -      __init_end = .;
+ #else
+ #ifdef CONFIG_ARM_KERNMEM_PERMS
+       . = ALIGN(1<<SECTION_SHIFT);
  #else
        . = ALIGN(THREAD_SIZE);
+ #endif
 +      __init_end = .;
        __data_loc = .;
  #endif
  
Simple merge
Simple merge