1. 13 Nov, 2003 3 commits
  2. 12 Nov, 2003 8 commits
  3. 11 Nov, 2003 16 commits
  4. 10 Nov, 2003 12 commits
  5. 09 Nov, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] compile fix for voyager with gcc-3.3 · 9ef63c5e
      Andrew Morton authored
      From: James Bottomley <James.Bottomley@SteelEye.com>
      
      The cpu_callout_map differs from the prototype in asm-i386/smp.h by a
      volatile.  gcc-3.3 now treats this as an error, so voyager support will
      only compile with older gcc's.  The fix is to remove the spurious volatile.
      9ef63c5e