aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-18 15:42:36 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-24 17:40:47 -0400
commit1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea (patch)
tree5135fec808391e37274265666e0b82fc2ed0d329 /arch
parent28eb559b5b0b9b51b9165a9b8faa75b0bb91ca8d (diff)
/dev/mem: make promisc the default
default to the old semantics. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig.debug1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 0c1890c41279..239fd9fba0a5 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -7,7 +7,6 @@ source "lib/Kconfig.debug"
7 7
8config NONPROMISC_DEVMEM 8config NONPROMISC_DEVMEM
9 bool "Disable promiscuous /dev/mem" 9 bool "Disable promiscuous /dev/mem"
10 default y
11 help 10 help
12 The /dev/mem file by default only allows userspace access to PCI 11 The /dev/mem file by default only allows userspace access to PCI
13 space and the BIOS code and data regions. This is sufficient for 12 space and the BIOS code and data regions. This is sufficient for