From: Russell King <rmk@arm.linux.org.uk>
To: peterc@gelato.unsw.edu.au
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Large Block Device patch part 5/4
Date: Thu, 3 Oct 2002 13:19:14 +0100 [thread overview]
Message-ID: <20021003131914.C2304@flint.arm.linux.org.uk> (raw)
In-Reply-To: <15771.55917.32838.890081@lemon.gelato.unsw.EDU.AU>; from peterc@gelato.unsw.edu.au on Thu, Oct 03, 2002 at 03:49:33PM +1000
On Thu, Oct 03, 2002 at 03:49:33PM +1000, peterc@gelato.unsw.edu.au wrote:
> +#ifdef CONFIG_LBD
> extern u64 __udivdi3(u64, u64);
> extern u64 __umoddi3(u64, u64);
> +EXPORT_SYMBOL(__udivdi3);
> +EXPORT_SYMBOL(__umoddi3);
> +#endif
> EXPORT_SYMBOL(md_size);
> EXPORT_SYMBOL(register_md_personality);
> EXPORT_SYMBOL(unregister_md_personality);
> @@ -3493,6 +3497,4 @@
> EXPORT_SYMBOL(md_wakeup_thread);
> EXPORT_SYMBOL(md_print_devices);
> EXPORT_SYMBOL(md_interrupt_thread);
> -EXPORT_SYMBOL(__udivdi3);
> -EXPORT_SYMBOL(__umoddi3);
> MODULE_LICENSE("GPL");
These exports should be performed by the architecture not by generic
drivers.
Please move them into all architectures.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
next prev parent reply other threads:[~2002-10-03 12:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-03 5:49 [PATCH] Large Block Device patch part 5/4 peterc
2002-10-03 12:19 ` Russell King [this message]
[not found] <453386441@toto.iv>
2002-10-03 22:44 ` Peter Chubb
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=20021003131914.C2304@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=peterc@gelato.unsw.edu.au \
--cc=torvalds@transmeta.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox