[PATCH] Dont build altivec raid on x86

From: J.A. Magallon
Date: Thu Mar 23 2006 - 16:12:49 EST


--Sig_G+9xJX5Ye6mr3Q95sxgh5vj
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Thu, 23 Mar 2006 22:07:11 +0100, "J.A. Magallon" <jamagallon@xxxxxxx> wr=
ote:

> On Thu, 23 Mar 2006 01:40:46 -0800, Andrew Morton <akpm@xxxxxxxx> wrote:
>=20
> >=20
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.16/2.=
6.16-mm1/
> >=20
>=20

gcc just compiles files emptied with #ifdefs, but it looks incorrect
anyways

--- linux/drivers/md/Makefile.orig 2005-11-13 23:14:48.000000000 +0100
+++ linux/drivers/md/Makefile 2005-11-13 23:28:05.000000000 +0100
@@ -8,12 +8,21 @@
dm-snapshot-objs :=3D dm-snap.o dm-exception-store.o
dm-mirror-objs :=3D dm-log.o dm-raid1.o
md-mod-objs :=3D md.o bitmap.o
+
+
+ifeq ($(CONFIG_ALTIVEC),y)
+raid6-vec-objs :=3D \
+ raid6altivec1.o raid6altivec2.o \
+ raid6altivec4.o raid6altivec8.o
+endif
+ifeq ($(CONFIG_X86),y)
+raid6-vec-objs :=3D \
+ raid6mmx.o raid6sse1.o raid6sse2.o
+endif
raid6-objs :=3D raid6main.o raid6algos.o raid6recov.o raid6tables.o \
raid6int1.o raid6int2.o raid6int4.o \
raid6int8.o raid6int16.o raid6int32.o \
- raid6altivec1.o raid6altivec2.o raid6altivec4.o \
- raid6altivec8.o \
- raid6mmx.o raid6sse1.o raid6sse2.o
+ $(raid6-vec-objs)
hostprogs-y :=3D mktables
=20
# Note: link order is important. All raid personalities


--
J.A. Magallon <jamagallon()able!es> \ Software is like se=
x:
werewolf!able!es \ It's better when it's fr=
ee
Mandriva Linux release 2006.1 (Cooker) for i586
Linux 2.6.15-jam20 (gcc 4.0.3 (4.0.3-1mdk for Mandriva Linux release 2006.1=
))

--Sig_G+9xJX5Ye6mr3Q95sxgh5vj
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEIw/tRlIHNEGnKMMRAiY4AJ4xmJlrQybexrAY5dxh2gPXTAsrOACcDzHy
SgX1Oy9Y4ltV7QihOBTbwk8=
=laSo
-----END PGP SIGNATURE-----

--Sig_G+9xJX5Ye6mr3Q95sxgh5vj--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/