Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9b5cab31897e9e89e36c0c2a89b16b93ff1a971a
/
.
/
arch
/
m68k
/
include
/
asm
/
dbg.h
blob: 27af3270f67191f5e9fd39075d2f80037919f59b [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
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