commit | e5beae16901795223d677f15aa2fe192976278ee | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Mon Nov 03 18:21:45 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 03 18:21:45 2008 +0100 |
tree | da0879ee11a79beda5e95aa3c541ea6ff5322a53 | |
parent | 8d5c6603c408d91ecf543f244f10ccb8b500ad95 [diff] |
io mapping: clean up #ifdefs Impact: cleanup clean up ifdefs: change #ifdef CONFIG_X86_32/64 to CONFIG_HAVE_ATOMIC_IOMAP. flip around the #ifdef sections to clean up the structure. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>