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
drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+
[zen-stable.git]
/
arch
/
arm
/
mach-highbank
/
include
/
mach
/
io.h
blob
70cfa3ba7697e355de0b23f095d099e10058f4c5
1
#ifndef __MACH_IO_H
2
#define __MACH_IO_H
3
4
#define __io(a) ({ (void)(a); __typesafe_io(0); })
5
#define __mem_pci(a) (a)
6
7
#endif