diff options
author | Paul Mackerras | 2005-10-11 14:08:12 +0200 |
---|---|---|
committer | Paul Mackerras | 2005-10-11 14:08:12 +0200 |
commit | fd582ec88eb8d2d907876603e4ecebe6eab330d9 (patch) | |
tree | bafacc1916098001051b8235722daa6b9b52e63a /arch/powerpc/platforms/4xx | |
parent | ppc: Adapt to asm-powerpc/irq.h irq_canonicalize changes (diff) | |
download | kernel-qcow2-linux-fd582ec88eb8d2d907876603e4ecebe6eab330d9.tar.gz kernel-qcow2-linux-fd582ec88eb8d2d907876603e4ecebe6eab330d9.tar.xz kernel-qcow2-linux-fd582ec88eb8d2d907876603e4ecebe6eab330d9.zip |
ppc: Various minor compile fixes
This fixes up a variety of minor problems in compiling with ARCH=ppc
arising from using the merged versions of various header files.
A lot of the changes are just adding #include <asm/machdep.h> to
files that use ppc_md or smp_ops_t.
This also arranges for us to use semaphore.c, vecemu.c, vector.S and
fpu.S from arch/powerpc/kernel when compiling with ARCH=ppc.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/4xx')
-rw-r--r-- | arch/powerpc/platforms/4xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/4xx/Makefile b/arch/powerpc/platforms/4xx/Makefile new file mode 100644 index 000000000000..79ff6b1e887c --- /dev/null +++ b/arch/powerpc/platforms/4xx/Makefile @@ -0,0 +1 @@ +# empty makefile so make clean works
\ No newline at end of file |