1. 09 Jun, 2002 3 commits
    • Russell King's avatar
      [ARM] 3 trivial changes: · e0addcb4
      Russell King authored
       - Add ARM version for asm/suspend.h
       - Use inline in atomic.h rather than __inline__
       - Fix up a missed superblock conversion in fs/adfs/map.c
         (hadn't been converted to use ADFS_SB())
      e0addcb4
    • Russell King's avatar
      [ARM] Fix ARM build (, -> _) · 30009ebe
      Russell King authored
      The kbuild infrastructure in 2.5.21 uses the filename to generate a
      dependency file, which is passed into gcc using -Wp,-MD,filename.
      Unfortunately, the ',' in the filename is interpreted by GCC as an
      argument separator for the preprocessor.  So, with a filename
      foo,bar.c gcc ends up passing the three arguments "-MD", "foo" and
      "bar.c" to cpp, which promptly complains.
      
      We therefore rename these files to use an underscore instead of a
      comma.
      30009ebe
    • Russell King's avatar
      Merge http://gkernel.bkbits.net/linus-2.5 · 0494fa17
      Russell King authored
      into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
      0494fa17
  2. 08 Jun, 2002 30 commits
  3. 07 Jun, 2002 7 commits