All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: linux-kernel@vger.kernel.org
Subject: [RFC: 2.6 patch] unexport profile_pc
Date: Thu, 20 Jan 2005 19:20:19 +0100	[thread overview]
Message-ID: <20050120182019.GJ3174@stusta.de> (raw)

I haven't found any modular usage of profile_pc in the kernel.

Is the patch below correct?


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 arch/arm/kernel/time.c     |    1 -
 arch/i386/kernel/time.c    |    1 -
 arch/ppc/kernel/time.c     |    1 -
 arch/ppc64/kernel/time.c   |    1 -
 arch/sparc64/kernel/time.c |    1 -
 arch/x86_64/kernel/time.c  |    1 -
 6 files changed, 6 deletions(-)

--- linux-2.6.11-rc1-mm2-full/arch/i386/kernel/time.c.old	2005-01-20 19:00:34.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/i386/kernel/time.c	2005-01-20 19:00:44.000000000 +0100
@@ -209,7 +209,6 @@
 
 	return pc;
 }
-EXPORT_SYMBOL(profile_pc);
 #endif
 
 /*
--- linux-2.6.11-rc1-mm2-full/arch/sparc64/kernel/time.c.old	2005-01-20 19:00:52.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/sparc64/kernel/time.c	2005-01-20 19:00:56.000000000 +0100
@@ -86,7 +86,6 @@
 		return regs->u_regs[UREG_RETPC];
 	return pc;
 }
-EXPORT_SYMBOL(profile_pc);
 #endif
 
 static void tick_disable_protection(void)
--- linux-2.6.11-rc1-mm2-full/arch/arm/kernel/time.c.old	2005-01-20 19:01:05.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/arm/kernel/time.c	2005-01-20 19:01:08.000000000 +0100
@@ -69,7 +69,6 @@
 
 	return pc;
 }
-EXPORT_SYMBOL(profile_pc);
 #endif
 
 /*
--- linux-2.6.11-rc1-mm2-full/arch/ppc/kernel/time.c.old	2005-01-20 19:01:14.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/ppc/kernel/time.c	2005-01-20 19:01:18.000000000 +0100
@@ -119,7 +119,6 @@
 
 	return pc;
 }
-EXPORT_SYMBOL(profile_pc);
 #endif
 
 /*
--- linux-2.6.11-rc1-mm2-full/arch/ppc64/kernel/time.c.old	2005-01-20 19:01:25.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/ppc64/kernel/time.c	2005-01-20 19:01:29.000000000 +0100
@@ -206,7 +206,6 @@
 
 	return pc;
 }
-EXPORT_SYMBOL(profile_pc);
 #endif
 
 #ifdef CONFIG_PPC_ISERIES
--- linux-2.6.11-rc1-mm2-full/arch/x86_64/kernel/time.c.old	2005-01-20 19:01:36.000000000 +0100
+++ linux-2.6.11-rc1-mm2-full/arch/x86_64/kernel/time.c	2005-01-20 19:01:42.000000000 +0100
@@ -199,7 +199,6 @@
 	}
 	return pc;
 }
-EXPORT_SYMBOL(profile_pc);
 
 /*
  * In order to set the CMOS clock precisely, set_rtc_mmss has to be called 500


             reply	other threads:[~2005-01-20 18:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-20 18:20 Adrian Bunk [this message]
2005-01-20 18:59 ` [RFC: 2.6 patch] unexport profile_pc William Lee Irwin III
2005-01-20 19:39   ` Christoph Hellwig
2005-01-20 19:50     ` William Lee Irwin III
2005-01-20 19:16 ` Zwane Mwaikambo
2005-01-20 21:12   ` John Levon
2005-01-21 21:42     ` Zwane Mwaikambo

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=20050120182019.GJ3174@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 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.