1. Jan 16, 2009
    • Doug Chapman's avatar
      [IA64] dump stack on kernel unaligned warnings · 88fc241f
      Doug Chapman authored
      
      
      Often the cause of kernel unaligned access warnings is not
      obvious from just the ip displayed in the warning.  This adds
      the option via proc to dump the stack in addition to the warning.
      The default is off (just display the 1 line warning).  To enable
      the stack to be shown: echo 1 > /proc/sys/kernel/unaligned-dump-stack
      
      Signed-off-by: default avatarDoug Chapman <doug.chapman@hp.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      88fc241f
    • Tony Luck's avatar
      [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCK · 0773a6cf
      Tony Luck authored
      
      
      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: default avatarTony Luck <tony.luck@intel.com>
      0773a6cf
    • Isaku Yamahata's avatar
      [IA64] Update to use account_{steal,idle}_ticks · 7a0b6e01
      Isaku Yamahata authored
      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: default avatarIsaku Yamahata <yamahata@valinux.co.jp>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      7a0b6e01
  2. Jan 15, 2009
  3. Jan 14, 2009