Re: [PATCH 15/23] powerpc: use the new byteorder headers

From: Paul Mackerras
Date: Mon Aug 18 2008 - 21:42:14 EST


Harvey Harrison writes:

> -static __inline__ __u16 ld_le16(const volatile __u16 *addr)
...
> -static __inline__ void st_le16(volatile __u16 *addr, const __u16 val)
...
> -static __inline__ __u32 ld_le32(const volatile __u32 *addr)
...
> -static __inline__ void st_le32(volatile __u32 *addr, const __u32 val)

NAK. Several powerpc-specific drivers use these things that you are
removing, so you just broke those drivers.

Paul.
--
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/