projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
sparc64: Use generic BQ4802 RTC driver.
[linux-2.6]
/
include
/
asm-cris
/
arch-v10
/
atomic.h
1
#ifndef __ASM_CRIS_ARCH_ATOMIC__
2
#define __ASM_CRIS_ARCH_ATOMIC__
3
4
#define cris_atomic_save(addr, flags) local_irq_save(flags);
5
#define cris_atomic_restore(addr, flags) local_irq_restore(flags);
6
7
#endif