• Hirokazu Takata's avatar
    [PATCH] m32r: upgrade for recent kernel changes · df3eebb1
    Hirokazu Takata authored
    This patch is for upgrading m32r's code to the 2.6.9-rc1-mm5 source as well as
    the other architectures.
    
    * arch/m32r/Makefile: Replace assigment to CHECK with assignment to CHECKFLAGS
    
    * arch/m32r/kernel/vmlinux.lds.S:
    	- out-of-line locks / m32r; Include LOCK_TEXT to .text section.
    	- Move param section out of init area, for export of built-in
    	  module params
    
    * arch/m32r/mm/ioremap.c (__ioremap):
    	Add __iomem modifier to the return value type of __ioremap()
    	for much stricter type-checking.
    
    * include/asm-m32r/resource.h:
    	- rlimit-based mlocks for unprivileged users
    	- Increase per-user mlock limit default to 32k	
    
    * include/asm-m32r/socket.h:
    	- [NET]: Move SOCK_foo types into linux/net.h
    
    * include/asm-m32r/unistd.h:
      Add system calls; taken from asm-i386/unistd.h.
        - [PATCH][2/6] perfctr-2.7.3 for 2.6.7-rc1-mm1: i386  (05/31/2004)
        - [PATCH] Make key management use syscalls not prctls (09/06/2004)
    Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    df3eebb1
Makefile 1.21 KB