]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/m68k/include/asm/dbg.h
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6-omap-h63xx.git] / arch / m68k / include / asm / 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