1. 28 3月, 2007 1 次提交
    • P
      sh: Fixup __cmpxchg() compile breakage with gcc4. · 310f7963
      Paul Mundt 提交于
      As reported by Manuel:
      
      When I build linux with GCC-4.x and enable
      CONFIG_CC_OPTIMIZE_FOR_SIZE linking fails with this error:
      
        LD      .tmp_vmlinux1
        kernel/built-in.o: In function '__cmpxchg_called_with_bad_pointer'
        make[1]: *** [.tmp_vmlinux1] Error 1
        make: *** [_all] Error 2
      
      This ended up being an inlining problem, fixed by explicitly
      including linux/compiler.h and grabbing the definitions from there.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      310f7963
  2. 06 12月, 2006 1 次提交
  3. 19 10月, 2006 1 次提交
    • P
      sh: Fix exception_handling_table alignment. · 1f666587
      Paul Mundt 提交于
      With the recent change ripping out interrupt_table, explicit
      padding of the table was missing, causing bad things to happen
      when manually inserting handlers in to the table. This problem
      particularly showed up in relation to do_fpu_state_restore()
      which was inserted quite deeply in to the table and ended up
      scribbling over a slab object.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      1f666587
  4. 27 9月, 2006 7 次提交
  5. 15 7月, 2006 1 次提交
    • S
      [PATCH] remove set_wmb - arch removal · 52393ccc
      Steven Rostedt 提交于
      set_wmb should not be used in the kernel because it just confuses the
      code more and has no benefit.  Since it is not currently used in the
      kernel this patch removes it so that new code does not include it.
      
      All archs define set_wmb(var, value) to do { var = value; wmb(); }
      while(0) except ia64 and sparc which use a mb() instead.  But this is
      still moot since it is not used anyway.
      
      Hasn't been tested on any archs but x86 and x86_64 (and only compiled
      tested)
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      52393ccc
  6. 04 7月, 2006 1 次提交
  7. 26 4月, 2006 1 次提交
  8. 13 1月, 2006 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4