From: Ingo Molnar Date: Thu, 17 Jul 2008 22:26:59 +0000 (+0200) Subject: Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM X-Git-Tag: v2.6.27-rc1~955^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d092633bff3b19faffc480fe9810805e7792a029;p=pandora-kernel.git Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM From: Arjan van de Ven 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 Cc: "V.Radhakrishnan" Signed-off-by: Ingo Molnar --- --- Reading git-diff-tree failed