x86: add pte_set_flags/clear_flags for pte flag manipulation
[firefly-linux-kernel-4.4.55.git] / arch / m68knommu / 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