summaryrefslogtreecommitdiffstats
path: root/include/asm-um/system-ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/system-ppc.h')
-rw-r--r--include/asm-um/system-ppc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-um/system-ppc.h b/include/asm-um/system-ppc.h
deleted file mode 100644
index 17cde6640bf5..000000000000
--- a/include/asm-um/system-ppc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __UM_SYSTEM_PPC_H
-#define __UM_SYSTEM_PPC_H
-
-#define _switch_to _ppc_switch_to
-
-#include "asm/arch/system.h"
-
-#undef _switch_to
-
-#include "asm/system-generic.h"
-
-#endif