repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.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