]> git.neil.brown.name Git - history.git/commit
[ARM] Remove old ARC and A5K machine class.
authorRussell King <rmk@flint.arm.linux.org.uk>
Tue, 5 Aug 2003 00:45:56 +0000 (01:45 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Tue, 5 Aug 2003 00:45:56 +0000 (01:45 +0100)
commitf066e35807277eada2cb010c6f2bbaf2d27144be
treeb762d131b8341efb5d5dc94f5757092252f3a5aa
parentb11c4177489d13071123b6df3f4bf794e4f4da08
[ARM] Remove old ARC and A5K machine class.

The ARC and A5K machine class is handled by the arm26 architecture
now.  This cset removes the obsolete files from the 32-bit ARM
architecture.
26 files changed:
arch/arm/Kconfig
arch/arm/mach-arc/Kconfig [deleted file]
arch/arm/mach-arc/Makefile [deleted file]
arch/arm/mach-arc/arch.c [deleted file]
arch/arm/mach-arc/debug.S [deleted file]
arch/arm/mach-arc/dma.c [deleted file]
arch/arm/mach-arc/fault.c [deleted file]
arch/arm/mach-arc/head.S [deleted file]
arch/arm/mach-arc/irq.c [deleted file]
arch/arm/mach-arc/mm.c [deleted file]
arch/arm/mach-arc/oldlatches.c [deleted file]
arch/arm/mach-arc/small_page.c [deleted file]
include/asm-arm/arch-arc/dma.h [deleted file]
include/asm-arm/arch-arc/hardware.h [deleted file]
include/asm-arm/arch-arc/ide.h [deleted file]
include/asm-arm/arch-arc/io.h [deleted file]
include/asm-arm/arch-arc/irqs.h [deleted file]
include/asm-arm/arch-arc/keyboard.h [deleted file]
include/asm-arm/arch-arc/memory.h [deleted file]
include/asm-arm/arch-arc/oldlatches.h [deleted file]
include/asm-arm/arch-arc/param.h [deleted file]
include/asm-arm/arch-arc/serial.h [deleted file]
include/asm-arm/arch-arc/system.h [deleted file]
include/asm-arm/arch-arc/time.h [deleted file]
include/asm-arm/arch-arc/timex.h [deleted file]
include/asm-arm/arch-arc/uncompress.h [deleted file]