]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/asm-m68knommu/dbg.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[karo-tx-linux.git] / 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