Skip to content

Commit 298a58e

Browse files
author
Russell King
committed
ARM: footbridge: remove personal server platform
Remove the personal server platform, as that has had an array overrun issue identified. It is believed that no one is using this code. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
1 parent 57ac516 commit 298a58e

File tree

5 files changed

+0
-107
lines changed

5 files changed

+0
-107
lines changed

arch/arm/configs/footbridge_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_EXPERT=y
77
CONFIG_MODULES=y
88
CONFIG_ARCH_FOOTBRIDGE=y
99
CONFIG_ARCH_CATS=y
10-
CONFIG_ARCH_PERSONAL_SERVER=y
1110
CONFIG_ARCH_EBSA285_HOST=y
1211
CONFIG_ARCH_NETWINDER=y
1312
CONFIG_LEDS=y

arch/arm/mach-footbridge/Kconfig

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,6 @@ config ARCH_CATS
1616

1717
Saying N will reduce the size of the Footbridge kernel.
1818

19-
config ARCH_PERSONAL_SERVER
20-
bool "Compaq Personal Server"
21-
select FOOTBRIDGE_HOST
22-
select ISA
23-
select ISA_DMA
24-
select FORCE_PCI
25-
help
26-
Say Y here if you intend to run this kernel on the Compaq
27-
Personal Server.
28-
29-
Saying N will reduce the size of the Footbridge kernel.
30-
31-
The Compaq Personal Server is not available for purchase.
32-
There are no product plans beyond the current research
33-
prototypes at this time. Information is available at:
34-
35-
<http://www.crl.hpl.hp.com/projects/personalserver/>
36-
37-
If you have any questions or comments about the Compaq Personal
38-
Server, send e-mail to <skiff@crl.dec.com>.
39-
4019
config ARCH_EBSA285_ADDIN
4120
bool "EBSA285 (addin mode)"
4221
select ARCH_EBSA285

arch/arm/mach-footbridge/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ pci-y += dc21285.o
1111
pci-$(CONFIG_ARCH_CATS) += cats-pci.o
1212
pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
1313
pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
14-
pci-$(CONFIG_ARCH_PERSONAL_SERVER) += personal-pci.o
1514

1615
obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
1716
obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
1817
obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
19-
obj-$(CONFIG_ARCH_PERSONAL_SERVER) += personal.o dc21285-timer.o
2018

2119
obj-$(CONFIG_PCI) +=$(pci-y)
2220

arch/arm/mach-footbridge/personal-pci.c

Lines changed: 0 additions & 58 deletions
This file was deleted.

arch/arm/mach-footbridge/personal.c

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)