mv643xx_eth is only ever useful on 32bit, sodisable its built on powerpc64, where it caused build problem.

backing out Bastian patch which is thus no more needed.

svn path=/dists/trunk/linux-2.6/; revision=7470
This commit is contained in:
Sven Luther 2006-09-20 17:06:24 +00:00
parent efee69d76c
commit 5775c6114c
4 changed files with 6 additions and 2 deletions

View File

@ -109,4 +109,6 @@ CONFIG_SPIDER_NET=m
CONFIG_VIRT_CPU_ACCOUNTING=y
CONFIG_MIGRATION=y
CONFIG_CMDLINE="console=hvsi0 console=hvc0 console=ttyS0,9600 console=tty0"
# CONFIG_MV643XX_ETH is not set

View File

@ -108,3 +108,4 @@ CONFIG_SPIDER_NET=m
# CONFIG_LPARCFG is not set
CONFIG_VIRT_CPU_ACCOUNTING=y
CONFIG_MIGRATION=y
# CONFIG_MV643XX_ETH is not set

4
debian/changelog vendored
View File

@ -25,6 +25,8 @@ linux-2.6 (2.6.18-1) UNRELEASED; urgency=low
Herrenschmidt for providing the patch. (Closes: #366620, #375035).
* [powerpc] Fixes hvc_console caused suspsend-to-disk breakage. Thanks to
Andrew Morton for providing the patch. (Closes: #387178)
* [powerpc] Disabled mv643xx_eth on powerpc64 flavours, as there never was a
Marvell Discovery northbrige for 64bit powerpc cpus.
[ Frederik Schüler ]
* Remove obsolete options from amd64 and i386 configs.
@ -36,7 +38,7 @@ linux-2.6 (2.6.18-1) UNRELEASED; urgency=low
* Enable CONFIG_PRINTER=m for all powerpc flavours.
* Enable the new alsa CONFIG_SND_AOA framework for powerpc.
-- Bastian Blank <waldi@debian.org> Wed, 20 Sep 2006 12:09:47 +0200
-- Sven Luther <sven@tael.powerlinux.fr> Wed, 20 Sep 2006 19:00:51 +0200
linux-2.6 (2.6.17-8) UNRELEASED; urgency=low

View File

@ -30,4 +30,3 @@
+ arm-get_unaligned-gcc41-const.patch
+ powerpc-serial.patch
+ powerpc-oldworld-boot-fix.patch
+ bugfix/powerpc/mv643-define.patch