commit | 540aca06b737cc38965b52eeceefba3d24376461 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Wed Mar 04 11:46:40 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Mar 04 11:40:04 2009 +0100 |
tree | 0231f664033a2f3ad7632e4030e54a6b7a848447 | |
parent | 8b0e5860cb099d7958d13b00ffbc35ad02735700 [diff] |
x86: move devmem_is_allowed() to common mm/init.c 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>