All of lore.kernel.org
 help / color / mirror / Atom feed
* [sparc32] unversioned udiv taints kernel
@ 2004-08-27 19:22 Joshua Kwan
  2004-08-27 20:05 ` Keith M Wesolowski
  2004-08-27 20:06 ` Joshua Kwan
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Kwan @ 2004-08-27 19:22 UTC (permalink / raw)
  To: sparclinux

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

Hello,

I finally got some kernel-images for 2.6 built up on sparc32, but one 
thing I had to do to get stuff to fit the 2500KB limit was to break out 
scsi into modules and use an initial ramdisk. However:

$ dmesg | grep udiv
scsi_mod: no version for "udiv" found: kernel tainted.

This is the only such occurrence. arch/sparc/kernel/sparc_ksyms.c says:

EXPORT_SYMBOL(udiv);

Christoph Hellwig suggested EXPORT_SYMBOL_NOVERS but:

/* We don't mangle the actual symbol anymore, so no need for
  * special casing EXPORT_SYMBOL_NOVERS.  FIXME: Deprecated */
#define EXPORT_SYMBOL_NOVERS(sym) EXPORT_SYMBOL(sym)

What's the right way to fix this?

-- 
Joshua Kwan

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 894 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-27 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 19:22 [sparc32] unversioned udiv taints kernel Joshua Kwan
2004-08-27 20:05 ` Keith M Wesolowski
2004-08-27 20:06 ` Joshua Kwan

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.