x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM
commit64d206d896ff70b828138577d5ff39deda5f1c4d
authorIngo Molnar <mingo@elte.hu>
Thu, 17 Jul 2008 22:26:59 +0000 (18 00:26 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Jul 2008 22:28:57 +0000 (18 00:28 +0200)
treec73a42f38a22c00d9bc3a9a558770cbbea79877c
parent2567d71cc7acd99f0a0dd02e17fe17fd7df7b30c
x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM

Linus observed:

> The real bug is that we shouldn't have "double negatives", and
> certainly not negative config options. Making that "promiscuous
> /dev/mem" option a negated thing as a config option was bad.

right ... lets rename this option. There should never be a negation
in config options.

[ that reminds me of CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER, but that
  is for another commit ;-) ]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig.debug
arch/x86/mm/pat.c
drivers/char/mem.c