1. 28 Oct, 2008 1 commit
    • Frederic Weisbecker's avatar
      tracing: fix a build error on alpha · 21798a84
      Frederic Weisbecker authored
      Impact: build fix on Alpha
      
      When tracing is enabled, some arch have included <linux/irqflags.h>
      on their <asm/system.h> but others like alpha or m68k don't.
      
      Build error on alpha:
      
      kernel/trace/trace.c: In function 'tracing_cpumask_write':
      kernel/trace/trace.c:2145: error: implicit declaration of function 'raw_local_irq_disable'
      kernel/trace/trace.c:2162: error: implicit declaration of function 'raw_local_irq_enable'
      
      Tested on Alpha through a cross-compiler (should correct a similar issue on m68k).
      Reported-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      21798a84
  2. 27 Oct, 2008 6 commits
  3. 26 Oct, 2008 21 commits
  4. 24 Oct, 2008 7 commits
  5. 23 Oct, 2008 5 commits