All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: Remove unused smvp.h
@ 2012-06-11  9:36 Paul Bolle
  2012-06-11 13:12 ` Steven J. Hill
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2012-06-11  9:36 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, linux-kernel

This header was added in commit 39b8d5254246ac56342b72f812255c8f7a74dca9
("[MIPS] Add support for MIPS CMP platform."). None of the functions it
declared were ever included in the tree. The sole file that included it
got removed, because that file was itself unused, in commit
cb7f39d2bc5a20615d016dd86fca0fd233c13b5d ("[MIPS] Remove unused
maltasmp.h.").

This header is unused and unneeded. It can safely be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Tested only by "git grepping" the (history of the) tree in various ways.

 arch/mips/include/asm/smvp.h |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)
 delete mode 100644 arch/mips/include/asm/smvp.h

diff --git a/arch/mips/include/asm/smvp.h b/arch/mips/include/asm/smvp.h
deleted file mode 100644
index 0d0e80a..0000000
--- a/arch/mips/include/asm/smvp.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _ASM_SMVP_H
-#define _ASM_SMVP_H
-
-/*
- * Definitions for SMVP multitasking on MIPS MT cores
- */
-struct task_struct;
-
-extern void smvp_smp_setup(void);
-extern void smvp_smp_finish(void);
-extern void smvp_boot_secondary(int cpu, struct task_struct *t);
-extern void smvp_init_secondary(void);
-extern void smvp_smp_finish(void);
-extern void smvp_cpus_done(void);
-extern void smvp_prepare_cpus(unsigned int max_cpus);
-
-/* This is platform specific */
-extern void smvp_send_ipi(int cpu, unsigned int action);
-#endif /*  _ASM_SMVP_H */
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Remove unused smvp.h
  2012-06-11  9:36 [PATCH] MIPS: Remove unused smvp.h Paul Bolle
@ 2012-06-11 13:12 ` Steven J. Hill
  0 siblings, 0 replies; 2+ messages in thread
From: Steven J. Hill @ 2012-06-11 13:12 UTC (permalink / raw)
  To: Paul Bolle; +Cc: linux-mips

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have confirmed that in our older kernels and in the latest 3.X kernels that
this file is indeed unused. I approve this patch.

- -Steve

Acked-by: Steven J. Hill <sjhill@mips.com>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/V7r4ACgkQgyK5H2Ic36dCNQCfYRj7YMNnMySN0LQI2qElTJv+
jMMAnj69FxKbakspch9toWtm5IlsDLFN
=GvrB
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-11 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11  9:36 [PATCH] MIPS: Remove unused smvp.h Paul Bolle
2012-06-11 13:12 ` Steven J. Hill

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.