1. 25 12月, 2008 1 次提交
    • M
      [S390] arch_setup_additional_pages arguments · fc5243d9
      Martin Schwidefsky 提交于
      arch_setup_additional_pages currently gets two arguments, the binary
      format descripton and an indication if the process uses an executable
      stack or not. The second argument is not used by anybody, it could
      be removed without replacement.
      
      What actually does make sense is to pass an indication if the process
      uses the elf interpreter or not. The glibc code will not use anything
      from the vdso if the process does not use the dynamic linker, so for
      statically linked binaries the architecture backend can choose not
      to map the vdso.
      Acked-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      fc5243d9
  2. 31 7月, 2007 1 次提交
  3. 31 5月, 2007 1 次提交
    • M
      sh: Fix vsyscall build failure. · f75522ce
      Manuel Lauss 提交于
        CC      arch/sh/kernel/vsyscall/vsyscall.o
      a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_setup_additional_pages':
      a/arch/sh/kernel/vsyscall/vsyscall.c:63: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c:67: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c:82: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c:85: error: dereferencing pointer to incomplete type
      a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_vma_name':
      a/arch/sh/kernel/vsyscall/vsyscall.c:91: error: dereferencing pointer to incomplete type
      Signed-off-by: NManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      f75522ce
  4. 09 5月, 2007 1 次提交
  5. 10 2月, 2007 1 次提交
  6. 08 12月, 2006 1 次提交
  7. 27 9月, 2006 1 次提交
    • P
      sh: Initial vsyscall page support. · 19f9a34f
      Paul Mundt 提交于
      This implements initial support for the vsyscall page on SH.
      At the moment we leave it configurable due to having nommu
      to support from the same code base. We hook it up for the
      signal trampoline return at present, with more to be added
      later, once uClibc catches up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      19f9a34f