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, 0 insertions, 15 deletions
diff --git a/arch/um/sys-ppc/asm/processor.h b/arch/um/sys-ppc/asm/processor.h
deleted file mode 100644
index 959323151229..000000000000
--- a/arch/um/sys-ppc/asm/processor.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __UM_PROCESSOR_PPC_H
-#define __UM_PROCESSOR_PPC_H
-
-#if defined(__ASSEMBLY__)
-
-#define CONFIG_PPC_MULTIPLATFORM
-#include "arch/processor.h"
-
-#else
-
-#include "asm/processor-generic.h"
-
-#endif
-
-#endif