Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven 2010-05-23 10:44:30 +02:00
Родитель 63a6440326
Коммит b417b71709
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@ config M68K
default y
select HAVE_AOUT
select HAVE_IDE
select GENERIC_ATOMIC64
config MMU
bool

Просмотреть файл

@ -3,3 +3,5 @@
#else
#include "atomic_mm.h"
#endif
#include <asm-generic/atomic64.h>