repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Optimize andes_clear_page() and andes_copy_page() with prefetch
[linux-2.6/linux-mips.git]
/
include
/
asm-arm
/
bugs.h
blob
637d89c1ba4de0594ce7d9fee70e0b7561454efd
1
/*
2
* include/asm-arm/bugs.h
3
*
4
* Copyright (C) 1995 Russell King
5
*/
6
#ifndef __ASM_BUGS_H
7
#define __ASM_BUGS_H
8
9
#include <asm/proc-fns.h>
10
11
#define check_bugs() cpu_check_bugs()
12
13
#endif