mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
profiling: Remove create_prof_cpu_mask().
create_prof_cpu_mask() is no longer used after commit 1f44a22577 ("s390:
convert interrupt handling to use generic hardirq").
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8a5c3ef7db
commit
2e5449f4f2
@@ -18,13 +18,8 @@ struct proc_dir_entry;
|
||||
struct notifier_block;
|
||||
|
||||
#if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS)
|
||||
void create_prof_cpu_mask(void);
|
||||
int create_proc_profile(void);
|
||||
#else
|
||||
static inline void create_prof_cpu_mask(void)
|
||||
{
|
||||
}
|
||||
|
||||
static inline int create_proc_profile(void)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user