Re: [PATCH 2/3] ARM: include IXP4xx "fuses" support

From: Alexey Zaytsev
Date: Mon May 07 2007 - 01:25:23 EST


Hello, Krzysztof.

On 5/7/07, Krzysztof Halasa <khc@xxxxxxxxx> wrote:
...
+ IXP4XX_FUSE_RSA | \
+ IXP4XX_FUSE_XSCALE_MAX_FREQ)
+

#ifndef __ASSEMBLY__

+static inline u32 ixp4xx_read_fuses(void)
+{
+ unsigned int fuses = ~*IXP4XX_EXP_CFG2;
...
+ fuses &= ~IXP4XX_FUSE_RESERVED;
+}

#endif /* __ASSEMBLY__ */

+
#endif


Are you sure this is the version you wanted to send? I don't see how this could
compile without this #ifndef. And also there is some problem with undefined
processor_id, but this is not your fault, but a flaw in the pre-rc1
kernel, which
I hope is now noticed. So maybe you should just send the patches made for
the 2.6.21 kernel?

Otherwise, when applied on top of my 2.6.20 kernel, the driver just
works (at least
I see the pings, haven't considered any other tests yet), thank you a lot!
-
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/