All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: Linux/PPC Development <linuxppc-dev@lists.linuxppc.org>
Subject: Re: bogus dmasound.o module (was: Re: 2.4.0-test4 success (Re: affs))
Date: Sat, 29 Jul 2000 16:40:11 +0200	[thread overview]
Message-ID: <20000729164011.A11090@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.10.10007291437400.1201-100000@cassiopeia.home>


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/

  reply	other threads:[~2000-07-29 14:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3981DBA6.7203A5B9@student.ethz.ch>
2000-07-29 12:40 ` bogus dmasound.o module (was: Re: 2.4.0-test4 success (Re: affs)) Geert Uytterhoeven
2000-07-29 14:40   ` Olaf Hering [this message]
2000-07-29 17:54     ` Geert Uytterhoeven
2000-07-29 23:02     ` Takashi Oe
2000-07-30 13:13   ` Michel Dänzer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000729164011.A11090@suse.de \
    --to=olh@suse.de \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.