Package: sfc-source
Version: 2.2.0063-2
Severity: normal
Tags: pending

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

kernel_compat.h includes this code, intended to support some
architectures under old kernels:

/* Used for struct pt_regs */
#ifndef regs_return_value
        #if defined(__x86_64__)
                #define regs_return_value(regs) ((regs)->rax)
        #elif defined(__i386__)
                #define regs_return_value(regs) ((regs)->eax)
        #elif defined(__ia64__)
                #define regs_return_value(regs) ((regs)->r8)
        #else
                #error "Need definition for regs_return_value()"
        #endif
#endif

Unfortunately regs_return_value is not defined for all architectures
even in current kernel versions, as seen in
<http://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6;ver=2.6.24-7;arch=sparc;stamp=1207865818>.

However, this macro is only needed by the sfc_mdio_trace driver,
which is disabled because it is useful only for debugging.

Ben.

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sfc-source depends on:
ii  bzip2                         1.0.5-0.1  high-quality block-sorting file co
ii  debhelper                     6.0.11     helper programs for debian/rules
ii  module-assistant              0.10.11.0  tool to make module package creati

Versions of packages sfc-source recommends:
pn  ethtool                       <none>     (no description available)

- -- no debconf information

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

iD8DBQFH/qno79ZNCRIGYgcRAnSrAKCQYyLEycJLu5gTlcQHjSIcT1Wq4QCdFHi/
xK8VxtypsgCoS+feKREMEbc=
=+pV8
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to