Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM
authorIngo Molnar <mingo@elte.hu>
Thu, 17 Jul 2008 22:26:59 +0000 (00:26 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 20 Jul 2008 06:35:55 +0000 (08:35 +0200)
commitd092633bff3b19faffc480fe9810805e7792a029
tree5202dc786557858d016b090b9d025ecc3d4a1b97
parent723edb5060855ef36ddeca51a070784b0e0d16df
Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM
From: Arjan van de Ven <arjan@infradead.org>
Date: Sat, 19 Jul 2008 15:47:17 -0700

CONFIG_NONPROMISC_DEVMEM was a rather confusing name - but renaming it
to CONFIG_PROMISC_DEVMEM causes problems on architectures that do not
support this feature; this patch renames it to CONFIG_STRICT_DEVMEM,
so that architectures can opt-in into it.

( the polarity of the option is still the same as it was originally; it
  needs to be for now to not break architectures that don't have the
  infastructure yet to support this feature)

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: "V.Radhakrishnan" <rk@atr-labs.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/Kconfig.debug
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig
arch/x86/mm/pat.c
drivers/char/mem.c