bogus dmasound.o module (was: Re: 2.4.0-test4 success (Re: affs))
Olaf Hering
olh at suse.de
Sun Jul 30 00:40:11 EST 2000
On Sat, Jul 29, Geert Uytterhoeven wrote:
[ ... some patches ... ]
can someone check if the ./include/linux/soundcard.h is correct?
This looks bogus to us:
+178
/*
* Some big endian/little endian handling macros
*/
#if defined(_AIX) || defined(AIX) || defined(sparc) || defined(HPPA) ||
defined(PPC)
/* Big endian machines */
# define _PATCHKEY(id) (0xfd00|id)
# define AFMT_S16_NE AFMT_S16_BE
#else
# define _PATCHKEY(id) ((id<<8)|0xfd)
# define AFMT_S16_NE AFMT_S16_LE
#endif
Is PPC really defined? At least (sparc) is wrong and should be
__sparc__. PPC should proably be __powerpc__.
It is from current benh tree.
Gruss Olaf
Gruss Olaf
--
$ man clone
BUGS
Main feature not yet implemented...
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list