From: Bjorn Helgaas <bjorn_helgaas@hp.com>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Remove obsolete SMP declarations
Date: Mon, 16 Dec 2002 12:23:47 -0700 [thread overview]
Message-ID: <200212161223.47839.bjorn_helgaas@hp.com> (raw)
Remove obsolete declarations. All unused except smp_callin(),
which is always defined before use in architecture-specific code.
Applies to 2.4.20.
diff -Nru a/include/linux/smp.h b/include/linux/smp.h
--- a/include/linux/smp.h Mon Dec 16 12:13:05 2002
+++ b/include/linux/smp.h Mon Dec 16 12:13:05 2002
@@ -35,11 +35,6 @@
extern void smp_boot_cpus(void);
/*
- * Processor call in. Must hold processors until ..
- */
-extern void smp_callin(void);
-
-/*
* Multiprocessors may now schedule
*/
extern void smp_commence(void);
@@ -56,10 +51,6 @@
extern int smp_threads_ready;
extern int smp_num_cpus;
-
-extern volatile unsigned long smp_msg_data;
-extern volatile int smp_src_cpu;
-extern volatile int smp_msg_id;
#define MSG_ALL_BUT_SELF 0x8000 /* Assume <32768 CPU's */
#define MSG_ALL 0x8001
reply other threads:[~2002-12-16 19:15 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=200212161223.47839.bjorn_helgaas@hp.com \
--to=bjorn_helgaas@hp.com \
--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 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.