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
powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_ops
[linux/fpc-iii.git]
/
arch
/
um
/
sys-ppc
/
asm
/
processor.h
blob
9593231512298f7e1f3f9dc4db1f013c74011242
1
#ifndef __UM_PROCESSOR_PPC_H
2
#define __UM_PROCESSOR_PPC_H
3
4
#if defined(__ASSEMBLY__)
5
6
#define CONFIG_PPC_MULTIPLATFORM
7
#include
"arch/processor.h"
8
9
#else
10
11
#include
"asm/processor-generic.h"
12
13
#endif
14
15
#endif