Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
irqflags.h File Reference
#include <asm/cpu-regs.h>
#include <linux/smp.h>

Go to the source code of this file.

Macros

#define MN10300_CLI_LEVEL   (CONFIG_LINUX_CLI_LEVEL << EPSW_IM_SHIFT)
 
#define __sleep_cpu()
 

Variables

unsigned long __mn10300_irq_enabled_epsw []
 

Macro Definition Documentation

#define __sleep_cpu ( )
Value:
do { \
asm volatile( \
" bset %1,(%0)\n" \
"1: btst %1,(%0)\n" \
" bne 1b\n" \
: \
: "i"(&CPUM), "i"(CPUM_SLEEP) \
: "cc" \
); \
} while (0)

Definition at line 126 of file irqflags.h.

#define MN10300_CLI_LEVEL   (CONFIG_LINUX_CLI_LEVEL << EPSW_IM_SHIFT)

Definition at line 29 of file irqflags.h.

Variable Documentation

unsigned long __mn10300_irq_enabled_epsw[]