From: Gerd Knorr <kraxel@bytesex.org>
To: Marcelo Tosatti <marcelo@conectiva.com.br>,
Kernel List <linux-kernel@vger.kernel.org>
Subject: [patch] export vmalloc_to_page (2.4)
Date: Thu, 18 Apr 2002 13:46:09 +0200 [thread overview]
Message-ID: <20020418134609.A4566@bytesex.org> (raw)
Hi,
This patch exports the vmalloc_to_page() without _GPL. It is taken from
the 2.5 tree, it should go into 2.4 too to keep the interface for
drivers identical in both kernel trees.
Gerd
==============================[ cut here ]==============================
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.369.90.124 -> 1.369.90.125
# kernel/ksyms.c 1.72 -> 1.73
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/04/03 torvalds@penguin.transmeta.com 1.369.90.125
# vmalloc_to_page() should be usable for everybody (see discussion
# on kernel mailing list)
# --------------------------------------------
#
diff -Nru a/kernel/ksyms.c b/kernel/ksyms.c
--- a/kernel/ksyms.c Thu Apr 18 13:32:11 2002
+++ b/kernel/ksyms.c Thu Apr 18 13:32:11 2002
@@ -107,7 +107,7 @@
EXPORT_SYMBOL(kfree);
EXPORT_SYMBOL(vfree);
EXPORT_SYMBOL(__vmalloc);
-EXPORT_SYMBOL_GPL(vmalloc_to_page);
+EXPORT_SYMBOL(vmalloc_to_page);
EXPORT_SYMBOL(mem_map);
EXPORT_SYMBOL(remap_page_range);
EXPORT_SYMBOL(max_mapnr);
reply other threads:[~2002-04-18 11:50 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=20020418134609.A4566@bytesex.org \
--to=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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