Skip to content

Commit

Permalink
[PATCH] ARM: Remove obsolete arch/arm/kernel/arch.c
Browse files Browse the repository at this point in the history
This is not used anymore - RiscPC now contains the necessary
supporting code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Jun 20, 2005
1 parent 5abc100 commit 34c8eac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion arch/arm/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AFLAGS_head.o := -DTEXTADDR=$(TEXTADDR) -DDATAADDR=$(DATAADDR)

# Object file lists.

obj-y := arch.o compat.o dma.o entry-armv.o entry-common.o irq.o \
obj-y := compat.o dma.o entry-armv.o entry-common.o irq.o \
process.o ptrace.o semaphore.o setup.o signal.o sys_arm.o \
time.o traps.o

Expand Down
46 changes: 0 additions & 46 deletions arch/arm/kernel/arch.c

This file was deleted.

0 comments on commit 34c8eac

Please sign in to comment.