]> git.baikalelectronics.ru Git - kernel.git/commit
perf_counter: frequency based adaptive irq_period, 32-bit fix
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 15 May 2009 13:37:47 +0000 (15:37 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 15 May 2009 13:40:25 +0000 (15:40 +0200)
commit01ec19e5aea99fd0b56aae03b70fd80384b09e4b
treece18dba8c5635693cdeb4af3652ba77c4e98abde
parent1cae5f3c6c4b7958c927f740db4392b2e5bb9750
perf_counter: frequency based adaptive irq_period, 32-bit fix

fix:

  kernel/built-in.o: In function `perf_counter_alloc':
  perf_counter.c:(.text+0x7ddc7): undefined reference to `__udivdi3'

[ Impact: build fix on 32-bit systems ]

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <1242394667.6642.1887.camel@laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_counter.c