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

Configure Feed

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

at v2.6.34-rc7 8 lines 133 B view raw
1#ifndef _H8300_BUG_H 2#define _H8300_BUG_H 3 4/* always true */ 5#define is_valid_bugaddr(addr) (1) 6 7#include <asm-generic/bug.h> 8#endif