1. 16 1月, 2009 2 次提交
    • T
      [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCK · 0773a6cf
      Tony Luck 提交于
      sched_clock() on ia64 is based on ar.itc, so is never
      completely synchronized between cpus. On some platforms
      (e.g. certain models of SGI Altix) it may be running at
      radically different frequencies.
      
      Based on a patch from Dimitri Sivanich which set this
      just for SN2 && GENERIC kernels ... it is needed for
      all ia64 machines.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      0773a6cf
    • I
      [IA64] Update to use account_{steal,idle}_ticks · 7a0b6e01
      Isaku Yamahata 提交于
      This patch fixes the following errors caused by
      79741dd3 which changed
      the prototypes of account_steal_time() and account_idle_time().
      
      >   CC      arch/ia64/xen/time.o
      > arch/ia64/xen/time.c: In function 'consider_steal_time':
      > arch/ia64/xen/time.c:132: warning: passing argument 1 of 'account_steal_time' makes integer from pointer without a cast
      > arch/ia64/xen/time.c:132: error: too many arguments to function 'account_steal_time'
      > arch/ia64/xen/time.c:133: warning: passing argument 1 of 'account_steal_time' makes integer from pointer without a cast
      > arch/ia64/xen/time.c:133: error: too many arguments to function 'account_steal_time'
      
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NIsaku Yamahata <yamahata@valinux.co.jp>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      7a0b6e01
  2. 15 1月, 2009 17 次提交
  3. 14 1月, 2009 21 次提交