summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2003-07-22 13:02:05 -0400
committerPaul Mackerras <paulus@samba.org>2003-07-22 13:02:05 -0400
commite0b9d63fa79051835dd04fd6377aa9778e348be7 (patch)
tree8f081e5732f8aa7c50cf8255dac2ce212f4f02ec
parent8a972b41289dcea40c92f4e90d9558ebd5b00715 (diff)
PPC32: Add asm-ppc/local.h
-rw-r--r--include/asm-ppc/local.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/local.h b/include/asm-ppc/local.h
new file mode 100644
index 000000000000..b08e3eced10e
--- /dev/null
+++ b/include/asm-ppc/local.h
@@ -0,0 +1,6 @@
+#ifndef __PPC_LOCAL_H
+#define __PPC_LOCAL_H
+
+#include <asm-generic/local.h>
+
+#endif /* __PPC_LOCAL_H */