diff options
Diffstat (limited to 'include/asm-m68k/ide.h')
-rw-r--r-- | include/asm-m68k/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/ide.h b/include/asm-m68k/ide.h index 6fa31e040..a590528a7 100644 --- a/include/asm-m68k/ide.h +++ b/include/asm-m68k/ide.h @@ -449,7 +449,7 @@ static __inline__ void ide_get_lock (int *ide_lock, void (*handler)(int, void *, * an interrupt, and in that case it does nothing. Hope that is reasonable and * works. (Roman) */ -#ifdef CONFIG_ATARI_ONLY +#ifdef MACH_ATARI_ONLY #define ide__sti() \ do { \ if (!in_interrupt()) __sti(); \ |