1. 04 2月, 2010 1 次提交
  2. 31 1月, 2010 1 次提交
  3. 30 1月, 2010 1 次提交
  4. 29 1月, 2010 5 次提交
  5. 28 1月, 2010 1 次提交
    • I
      sparc64: reimplement tick timers v4 · 8f4efc55
      Igor V. Kovalenko 提交于
      sparc64 timer has tick counter which can be set and read,
      and tick compare value used as deadline to fire timer interrupt.
      The timer is not used as periodic timer, instead deadline
      is set each time new timer interrupt is needed.
      
      v3 -> v4:
      - coding style
      
      v2 -> v3:
      - added missing timer debug output macro
      - CPUTimer struct and typedef moved to cpu.h
      - change CPU_SAVE_VERSION to 6, older save formats not supported
      
      v1 -> v2:
      - new conversion helpers cpu_to_timer_ticks and timer_to_cpu_ticks
      - save offset from clock source to implement cpu_tick_set_count
      - renamed struct sun4u_timer to CPUTimer
      - load and save cpu timers
      
      v0 -> v1:
      - coding style
      Signed-off-by: NIgor V. Kovalenko <igor.v.kovalenko@gmail.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      8f4efc55
  6. 27 1月, 2010 11 次提交
  7. 25 1月, 2010 5 次提交
  8. 24 1月, 2010 3 次提交
  9. 23 1月, 2010 1 次提交
  10. 20 1月, 2010 11 次提交