repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel...
[linux-btrfs-devel.git]
/
arch
/
h8300
/
include
/
asm
/
bug.h
blob
887c19773185d2da7442fb81b5090a0742de571b
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