From: Matthew Dobson <colpatch@us.ibm.com>
To: Trivial Patch Monkey <trivial@rustcorp.com.au>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [patch] i386 ksyms cleanup
Date: Thu, 15 Aug 2002 16:49:52 -0700 [thread overview]
Message-ID: <3D5C3E20.7080907@us.ibm.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
This is a very trivial change. Just moving the EXPORT_SYMBOL for xquad_portio
up in the file into the platform dependent area... More appropriate there.
-Matt
[-- Attachment #2: i386_ksyms_cleanup-2531.patch --]
[-- Type: text/plain, Size: 650 bytes --]
diff -Nur linux-2.5.31-vanilla/arch/i386/kernel/i386_ksyms.c linux-2.5.31-xquad/arch/i386/kernel/i386_ksyms.c
--- linux-2.5.31-vanilla/arch/i386/kernel/i386_ksyms.c Sat Aug 10 18:41:28 2002
+++ linux-2.5.31-xquad/arch/i386/kernel/i386_ksyms.c Thu Aug 15 14:29:58 2002
@@ -58,6 +58,9 @@
EXPORT_SYMBOL(EISA_bus);
#endif
EXPORT_SYMBOL(MCA_bus);
+#ifdef CONFIG_MULTIQUAD
+EXPORT_SYMBOL(xquad_portio);
+#endif
EXPORT_SYMBOL(__verify_write);
EXPORT_SYMBOL(dump_thread);
EXPORT_SYMBOL(dump_fpu);
@@ -170,7 +173,3 @@
EXPORT_SYMBOL(is_sony_vaio_laptop);
EXPORT_SYMBOL(__PAGE_KERNEL);
-
-#ifdef CONFIG_MULTIQUAD
-EXPORT_SYMBOL(xquad_portio);
-#endif
reply other threads:[~2002-08-15 23:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3D5C3E20.7080907@us.ibm.com \
--to=colpatch@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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