ide: fix defining SUPPORT_VLB_SYNC
We need to check for CONFIG_{CRIS,FRV} not {CRIS,FRV}. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
f367bed005
commit
729d4de96a
@ -26,7 +26,7 @@
|
|||||||
#include <asm/semaphore.h>
|
#include <asm/semaphore.h>
|
||||||
#include <asm/mutex.h>
|
#include <asm/mutex.h>
|
||||||
|
|
||||||
#if defined(CRIS) || defined(FRV)
|
#if defined(CONFIG_CRIS) || defined(CONFIG_FRV)
|
||||||
# define SUPPORT_VLB_SYNC 0
|
# define SUPPORT_VLB_SYNC 0
|
||||||
#else
|
#else
|
||||||
# define SUPPORT_VLB_SYNC 1
|
# define SUPPORT_VLB_SYNC 1
|
||||||
|
Loading…
Reference in New Issue
Block a user