1. 20 Oct, 2004 3 commits
    • Russell King's avatar
      [ARM] Add seqlocking to timers. · 9969beed
      Russell King authored
      Sometimes, it's useful to have locking.  Especially when we're
      talking about time keeping.
      
      It would appear that shemminger's patch of 5th February 2003
      completely missed updating _ANY_ ARM timer implementations and,
      because linux-arch didn't exist at the time, there appears to
      have been no notification to any architecture developer that
      maybe, just maybe, some work was required.
      
      One wonders how many other changes are in the kernel which
      architecture maintainers have missed.
      9969beed
    • Russell King's avatar
      [ARM] Export find_{first,next}_bit_{l,b}e · fb3b720c
      Russell King authored
      fb3b720c
    • Russell King's avatar
      [ARM] Cleanup some quirks. · 3ab146c9
      Russell King authored
      - Ensure FIQs are enabled when cpu_idle() is called.
      - Remove unused members of irq_cpustat_t.
      - Remove unnecessary #ifndef CONFIG_SMP...#endif around irq_exit()
        macro.
      - Rename __stf/__clf such that it stresses that they affect only
        local state (as per local_irq_xxx).
      - Move THREAD_SIZE such that it can be used in current_thread_info()
      3ab146c9
  2. 19 Oct, 2004 9 commits
  3. 20 Oct, 2004 1 commit
    • Russell King's avatar
      [SERIAL] serial_reg.h update. · 40303111
      Russell King authored
      This includes a fuller definition of the 8250 and compatible bits,
      and adding notes where the definition varies between different
      chips.
      
      This also fixes the following build error:
      
      drivers/serial/8250.c:185: error: `UART_FCR_R_TRIG_10'
      40303111
  4. 19 Oct, 2004 22 commits
  5. 20 Oct, 2004 2 commits
  6. 19 Oct, 2004 3 commits