diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-04-18 21:42:36 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 23:40:47 +0200 |
commit | 1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea (patch) | |
tree | 5135fec808391e37274265666e0b82fc2ed0d329 /arch/x86/Kconfig.debug | |
parent | 28eb559b5b0b9b51b9165a9b8faa75b0bb91ca8d (diff) | |
download | linux-3.10-1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea.tar.gz linux-3.10-1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea.tar.bz2 linux-3.10-1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea.zip |
/dev/mem: make promisc the default
default to the old semantics.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 0c1890c4127..239fd9fba0a 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -7,7 +7,6 @@ source "lib/Kconfig.debug" config NONPROMISC_DEVMEM bool "Disable promiscuous /dev/mem" - default y help The /dev/mem file by default only allows userspace access to PCI space and the BIOS code and data regions. This is sufficient for |