1. 30 Sep, 2004 2 commits
  2. 27 Sep, 2004 8 commits
  3. 26 Sep, 2004 2 commits
  4. 25 Sep, 2004 8 commits
  5. 24 Sep, 2004 1 commit
  6. 25 Sep, 2004 1 commit
    • Russell King's avatar
      [ARM] Fix circular include dependency in asm/system.h · 064715b2
      Russell King authored
      The recent addition of linux/bitops.h inside linux/kernel.h has
      created a circular dependency:
      
      asm/system.h -> linux/kernel.h -> linux/bitops.h -> asm/bitops.h
       -> asm/system.h
      
      which results in an unbuildable kernel.  We appear not to need
      linux/kernel.h in asm/system.h, but do need linux/linkage.h, so
      make this the case.
      064715b2
  7. 24 Sep, 2004 18 commits