summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@kernel.bkbits.net>2003-07-25 00:48:06 -0700
committerDavid S. Miller <davem@kernel.bkbits.net>2003-07-25 00:48:06 -0700
commitbd519fce899009609df8a9c8f61294fb06cbaab4 (patch)
treedc5d2a200550d068347047a027ee5e76a96f8267 /include
parent43ee2e567efa5add6bf2242028927207d0c64004 (diff)
parent22dc96644644644d131aea08d4b0bbe80f4bc64e (diff)
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5
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) \