x86: move devmem_is_allowed() to common mm/init.c
authorPekka Enberg <penberg@cs.helsinki.fi>
Wed, 4 Mar 2009 09:46:40 +0000 (11:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 4 Mar 2009 10:40:04 +0000 (11:40 +0100)
Impact: cleanup

The function is identical on 32-bit and 64-bit configurations so move
it to the common mm/init.c file.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1236160001.29024.29.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found