repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Input: wistron - add support for Acer TravelMate 2424NWXCi
[linux-2.6/linux-2.6-openrd.git]
/
include
/
asm-m68knommu
/
dbg.h
blob
27af3270f67191f5e9fd39075d2f80037919f59b
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