Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.9 6 lines 144 B view raw
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