Skip to content

Commit

Permalink
[PATCH] powerpc: Move arch/ppc*/kernel/vecemu.c to arch/powerpc
Browse files Browse the repository at this point in the history
This file is the same in both architectures so create arch/powerpc/kernel
and move it there.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Sep 21, 2005
1 parent 17b1dc0 commit 564ee7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 346 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions arch/ppc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ ifndef CONFIG_MATH_EMULATION
obj-$(CONFIG_8xx) += softemu8xx.o
endif

# These are here while we do the architecture merge
vecemu-y += ../../powerpc/kernel/vecemu.o
3 changes: 3 additions & 0 deletions arch/ppc64/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ ifeq ($(CONFIG_PPC_ISERIES),y)
arch/ppc64/kernel/head.o: arch/ppc64/kernel/lparmap.s
AFLAGS_head.o += -Iarch/ppc64/kernel
endif

# These are here while we do the architecture merge
vecemu-y += ../../powerpc/kernel/vecemu.o
346 changes: 0 additions & 346 deletions arch/ppc64/kernel/vecemu.c

This file was deleted.

0 comments on commit 564ee7a

Please sign in to comment.