1. 27 Aug, 2009 1 commit
  2. 21 Aug, 2009 1 commit
    • Jan Beulich's avatar
      x86, hpet: Simplify the HPET code · 5946fa3d
      Jan Beulich authored
      
      On 64-bits, using unsigned long when unsigned int suffices
      needlessly creates larger code (due to the need for REX
      prefixes), and most of the logic in hpet.c really doesn't need
      64-bit operations.
      
      At once this avoids the need for a couple of type casts.
      Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
      Cc: Shaohua Li <shaohua.li@intel.com>
      Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
      LKML-Reference: <4A8BC9780200007800010832@vpn.id2.novell.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      5946fa3d
  3. 23 Oct, 2008 2 commits
  4. 16 Oct, 2008 1 commit
  5. 22 Jul, 2008 1 commit
    • Vegard Nossum's avatar
      x86: consolidate header guards · 77ef50a5
      Vegard Nossum authored
      
      This patch is the result of an automatic script that consolidates the
      format of all the headers in include/asm-x86/.
      
      The format:
      
      1. No leading underscore. Names with leading underscores are reserved.
      2. Pathname components are separated by two underscores. So we can
         distinguish between mm_types.h and mm/types.h.
      3. Everything except letters and numbers are turned into single
         underscores.
      Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
      77ef50a5
  6. 09 Jul, 2008 1 commit
    • Alok Kataria's avatar
      x86: merge tsc calibration · bfc0f594
      Alok Kataria authored
      
      Merge the tsc calibration code for the 32bit and 64bit kernel.
      The paravirtualized calculate_cpu_khz for 64bit now points to the correct
      tsc_calibrate code as in 32bit.
      Original native_calculate_cpu_khz for 64 bit is now called as calibrate_cpu.
      
      Also moved the recalibrate_cpu_khz function in the common file.
      Note that this function is called only from powernow K7 cpu freq driver.
      Signed-off-by: default avatarAlok N Kataria <akataria@vmware.com>
      Signed-off-by: default avatarDan Hecht <dhecht@vmware.com>
      Cc: Dan Hecht <dhecht@vmware.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      bfc0f594
  7. 30 Jan, 2008 2 commits
    • Bernhard Walle's avatar
      x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modules · 1bdbdaac
      Bernhard Walle authored
      
      enabled, then interrupts don't work for the rtc-cmos driver which results in
      RTC_AIE*, RTC_PIE* and RTC_ALM being unusable.  This affects hwclock from
      util-linux-ng at least on i386 since that uses RTC_PIE_ON.  (For x86-64, a
      polling method is used for unknown reasons.)
      
      This patch series now
      
        1. export the functions from arch/x86/kernel/hpet.c that the old char/rtc
           driver uses to work around that problem,
      
        2. makes it possible to compile the old rtc driver as module, while still
           having CONFIG_HPET_EMULATE_RTC enabled and
      
        3. makes use of the exported functions in (1) in the new rtc-cmos driver.
      
      This patch:
      
      This patch makes the RTC emulation functions in arch/x86/kernel/hpet.c usable
      for kernel modules. It
      
        - exports the functions (EXPORT_SYMBOL_GPL()),
        - adds an interface to register the interrupt callback function
          instead of using only a fixed callback function and
        - replaces the rtc_get_rtc_time() function which depends on
          CONFIG_RTC with a call to get_rtc_time() which is defined in
          include/asm-generic/rtc.h.
      
      The only dependency to CONFIG_RTC is the call to rtc_interrupt() which is
      removed by the next patch. After this, there's no (code) dependency of
      this functions to CONFIG_RTC=y any more.
      Signed-off-by: default avatarBernhard Walle <bwalle@suse.de>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: Andi Kleen <ak@suse.de>
      Cc: john stultz <johnstul@us.ibm.com>
      Cc: Robert Picco <Robert.Picco@hp.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      1bdbdaac
    • Ingo Molnar's avatar
      x86: offer is_hpet_enabled() on !CONFIG_HPET_TIMER too · df619e6b
      Ingo Molnar authored
      
      offer is_hpet_enabled() on !CONFIG_HPET_TIMER too.
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      df619e6b
  8. 03 Dec, 2007 1 commit
  9. 20 Oct, 2007 1 commit
  10. 19 Oct, 2007 1 commit
  11. 12 Oct, 2007 5 commits
  12. 11 Oct, 2007 1 commit