repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git]
/
arch
/
h8300
/
include
/
asm
/
tlb.h
blob
7f0743051ad5179b25f230647b6157c13f99f5dd
1
#ifndef __H8300_TLB_H__
2
#define __H8300_TLB_H__
3
4
#define tlb_flush(tlb) do { } while(0)
5
6
#include <asm-generic/tlb.h>
7
8
#endif