microblaze: Add TRACE_IRQFLAGS_SUPPORT

There are just two major changes
Renamed local_irq functions to raw_local_irq in irq.c.
Added TRACE_IRQFLAGS_SUPPORT to Kconfig.debug.

Look at Documentation/irqflags-tracing.txt

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek
2009-10-30 12:26:53 +01:00
parent fb5a32dc1a
commit a3cd613b2e
3 changed files with 54 additions and 63 deletions

View File

@@ -45,7 +45,7 @@
int cpu_has_pvr(void)
{
unsigned flags;
unsigned long flags;
unsigned pvr0;
local_save_flags(flags);