aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-ppc/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-ppc/asm/processor.h')
-rw-r--r--arch/um/sys-ppc/asm/processor.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/um/sys-ppc/asm/processor.h b/arch/um/sys-ppc/asm/processor.h
new file mode 100644
index 00000000000..95932315122
--- /dev/null
+++ b/arch/um/sys-ppc/asm/processor.h
@@ -0,0 +1,15 @@
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