1. 08 5月, 2009 6 次提交
  2. 07 5月, 2009 1 次提交
  3. 06 5月, 2009 3 次提交
  4. 05 5月, 2009 11 次提交
  5. 04 5月, 2009 1 次提交
  6. 03 5月, 2009 7 次提交
  7. 02 5月, 2009 3 次提交
    • H
      m32r: use __stringify() macro in assembler.h · 9cd67243
      Hirokazu Takata 提交于
      Replace #x with __stringify(x).
      Also, #ifndef __STR is removed and undefine __STR macro at the beginning.
      
      The __STR() macro is still remained, because the assembler.h might be
      included from assembly codes as well as C codes.
      Signed-off-by: NHirokazu Takata <takata@linux-m32r.org>
      9cd67243
    • H
      m32r: build fix for __stringify macro · 9c88b06d
      Hirokazu Takata 提交于
      This patch fixes the following build error of 2.6.30-rc3-git2:
      
            AS      arch/m32r/kernel/head.o
          In file included from /include/linux/init.h:7,
                           from /arch/m32r/kernel/head.S:11:
          /include/linux/stringify.h:9: error: syntax error in macro parameter list
          /include/linux/stringify.h:10: error: syntax error in macro parameter list
      
      This build error was caused at __HEAD macro in arch/m32r/kernel/head.S,
      which uses __stringify() macro.
      
      Remove -traditional option from EXTRA_AFLAGS for the m32r,
      because the __stringify() macro depends on the gcc's variadic macro
      extension function, due to commit:
      
          Make __stringify support variable argument macros too
          commit: 8f7c2c37Signed-off-by: NHirokazu Takata <takata@linux-m32r.org>
      9c88b06d
    • T
      x86: initialize io_bitmap_base on 32bit · f9a196b8
      Thomas Gleixner 提交于
      commit db949bba (x86-32: use non-lazy
      io bitmap context switching) broke ioperm for 32bit because it removed
      the lazy initialization of io_bitmap_base and did not set it to the
      real bitmap offset.
      
      [ Impact: fix non-working sys_ioperm() on 32-bit kernels ]
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      f9a196b8
  8. 01 5月, 2009 8 次提交