projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6]
/
include
/
asm-m68knommu
/
dbg.h
1
#define DEBUG 1
2
#ifdef CONFIG_COLDFIRE
3
#define BREAK asm volatile ("halt")
4
#else
5
#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
6
#endif