summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2003-07-25 09:33:53 -0400
committerPaul Mackerras <paulus@samba.org>2003-07-25 09:33:53 -0400
commit2fc22857b3de482b1bbd8137289d4fbbe58c89e6 (patch)
treeef0a0537e56f5a376ca488ab7fbe993d67b0b32c /include
parent03b0b9ecdf7eec36443c1a15fe6839c7245dcfa8 (diff)
parente0b9d63fa79051835dd04fd6377aa9778e348be7 (diff)
Merge bk://ppc@ppc.bkbits.net/for-linus-ppc
into samba.org:/home/paulus/kernel/for-linus-ppc
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/local.h6
-rw-r--r--include/asm-ppc/sections.h4
2 files changed, 10 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 */
diff --git a/include/asm-ppc/sections.h b/include/asm-ppc/sections.h
index 564e1e58f141..0a06f83dd543 100644
--- a/include/asm-ppc/sections.h
+++ b/include/asm-ppc/sections.h
@@ -2,6 +2,10 @@
#ifndef _PPC_SECTIONS_H
#define _PPC_SECTIONS_H
+#include <asm-generic/sections.h>
+
+extern char _end[];
+
#define __pmac __attribute__ ((__section__ (".pmac.text")))
#define __pmacdata __attribute__ ((__section__ (".pmac.data")))
#define __pmacfunc(__argpmac) \