From: "Eric S. Raymond" <esr@thyrsus.com>
To: CML2 <linux-kernel@vger.kernel.org>, kbuild-devel@lists.sourceforge.net
Subject: Dead symbols in CMl1
Date: Mon, 21 May 2001 21:00:10 -0400 [thread overview]
Message-ID: <20010521210010.A20837@thyrsus.com> (raw)
I think I've identified a number of dead symbols. Here's a list:
CONFIG_BAGETBSM (Baget Backplane Shared Memory support)
Set in arch/mips64/config.in, not used anywhere.
CONFIG_ACPI_INTERPRETER (ACPI interpreter)
Set in arch/ia64/config.in, not used anywhere.
CONFIG_BINFMT_JAVA (Kernel support for JAVA binaries)
Set in arch/parisc/config.in and arch/cris/config.in, not used anywhere.
CONFIG_SCSI_DECSII (DEC SII SCSI Driver)
Set in drivers/scsi/Config.in, not used anywhere.
CONFIG_PROFILE (Enable traffic profiling)
CONFIG_PROFILE_SHIFT (Profile shift count)
Set in arch/cris/config.in, not used anywhere.
CONFIG_SERIAL_21285_OLD (Use /dev/ttyS0 device)
Set in drivers/char/Config.in, not used anywhere
The following patch removes them cleanly:
Diffs between last version checked in and current workfile(s):
--- arch/cris/config.in 2001/05/22 00:55:28 1.1
+++ arch/cris/config.in 2001/05/22 00:56:22
@@ -20,9 +20,6 @@
bool 'System V IPC' CONFIG_SYSVIPC
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- tristate 'Kernel support for JAVA binaries' CONFIG_BINFMT_JAVA
-fi
bool 'Use kernel gdb debugger' CONFIG_ETRAX_KGDB
@@ -232,8 +229,4 @@
comment 'Kernel hacking'
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
-bool 'Kernel profiling support' CONFIG_PROFILE
-if [ "$CONFIG_PROFILE" = "y" ]; then
- int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
-fi
endmenu
--- arch/ia64/config.in 2001/05/22 00:51:05 1.1
+++ arch/ia64/config.in 2001/05/22 00:51:26
@@ -89,7 +89,6 @@
if [ "$CONFIG_ACPI_KERNEL_CONFIG" = "y" ]; then
define_bool CONFIG_PM y
define_bool CONFIG_ACPI y
- define_bool CONFIG_ACPI_INTERPRETER y
fi
fi
--- arch/mips64/config.in 2001/05/22 00:50:33 1.1
+++ arch/mips64/config.in 2001/05/22 00:50:44
@@ -183,7 +183,6 @@
fi
if [ "$CONFIG_BAGET_MIPS" = "y" ]; then
tristate 'Baget AMD LANCE support' CONFIG_BAGETLANCE
- tristate 'Baget Backplane Shared Memory support' CONFIG_BAGETBSM
fi
if [ "$CONFIG_ATM" = "y" ]; then
source drivers/atm/Config.in
--- arch/parisc/config.in 2001/05/22 00:55:04 1.1
+++ arch/parisc/config.in 2001/05/22 00:55:14
@@ -68,9 +68,6 @@
tristate 'Kernel support for SOM binaries' CONFIG_BINFMT_SOM
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- tristate 'Kernel support for JAVA binaries (obsolete)' CONFIG_BINFMT_JAVA
-fi
endmenu
--- drivers/char/Config.in 2001/05/22 00:56:44 1.1
+++ drivers/char/Config.in 2001/05/22 00:56:56
@@ -63,9 +63,6 @@
if [ "$CONFIG_FOOTBRIDGE" = "y" ]; then
bool 'DC21285 serial port support' CONFIG_SERIAL_21285
if [ "$CONFIG_SERIAL_21285" = "y" ]; then
- if [ "$CONFIG_OBSOLETE" = "y" ]; then
- bool ' Use /dev/ttyS0 device (OBSOLETE)' CONFIG_SERIAL_21285_OLD
- fi
bool ' Console on DC21285 serial port' CONFIG_SERIAL_21285_CONSOLE
fi
fi
--- drivers/scsi/Config.in 2001/05/22 00:55:54 1.1
+++ drivers/scsi/Config.in 2001/05/22 00:56:01
@@ -39,7 +39,6 @@
if [ "$CONFIG_TC" = "y" ]; then
dep_tristate 'DEC NCR53C94 Scsi Driver' CONFIG_SCSI_DECNCR $CONFIG_SCSI
fi
- dep_tristate 'DEC SII Scsi Driver' CONFIG_SCSI_DECSII $CONFIG_SCSI
fi
if [ "$CONFIG_PCI" = "y" ]; then
End of diffs.
--
<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>
Hoplophobia (n.): The irrational fear of weapons, correctly described by
Freud as "a sign of emotional and sexual immaturity". Hoplophobia, like
homophobia, is a displacement symptom; hoplophobes fear their own
"forbidden" feelings and urges to commit violence. This would be
harmless, except that they project these feelings onto others. The
sequelae of this neurosis include irrational and dangerous behaviors
such as passing "gun-control" laws and trashing the Constitution.
next reply other threads:[~2001-05-22 1:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-22 1:00 Eric S. Raymond [this message]
2001-05-22 7:47 ` Dead symbols in CMl1 Alan Cox
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=20010521210010.A20837@thyrsus.com \
--to=esr@thyrsus.com \
--cc=kbuild-devel@lists.sourceforge.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox