1. 14 Apr, 2009 1 commit
    • Ingo Molnar's avatar
      tracing: make the trace clocks available generally · 56449f43
      Ingo Molnar authored
      Jeremy Fitzhardinge reported this build failure:
      
       LD	 .tmp_vmlinux1
       arch/x86/kernel/built-in.o: In function `ds_take_timestamp':
       git/linux/arch/x86/kernel/ds.c:1380: undefined reference to `trace_clock_global'
       git/linux/arch/x86/kernel/ds.c:1380: undefined reference to `trace_clock_global'
      
      Which is due to !CONFIG_TRACING && CONFIG_X86_DS=y.
      
      Expose the trace clock code to CONFIG_X86_DS as well.
      
      [ Unfortunately librarizing doesnt work well - ancient architectures
        with no raw_local_irq_save() primitive break the build. ]
      Reported-by: default avatarJeremy Fitzhardinge <jeremy@goop.org>
      LKML-Reference: <49E4413F.7070700@goop.org>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      56449f43
  2. 08 Apr, 2009 2 commits
  3. 07 Apr, 2009 23 commits
  4. 06 Apr, 2009 14 commits