diff options
| -rw-r--r-- | arch/arm/mach-mvebu/coherency.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c index 3585cb394e9b..caa21e9b8cd9 100644 --- a/arch/arm/mach-mvebu/coherency.c +++ b/arch/arm/mach-mvebu/coherency.c | |||
| @@ -246,9 +246,14 @@ static int coherency_type(void) | |||
| 246 | return type; | 246 | return type; |
| 247 | } | 247 | } |
| 248 | 248 | ||
| 249 | /* | ||
| 250 | * As a precaution, we currently completely disable hardware I/O | ||
| 251 | * coherency, until enough testing is done with automatic I/O | ||
| 252 | * synchronization barriers to validate that it is a proper solution. | ||
| 253 | */ | ||
| 249 | int coherency_available(void) | 254 | int coherency_available(void) |
| 250 | { | 255 | { |
| 251 | return coherency_type() != COHERENCY_FABRIC_TYPE_NONE; | 256 | return false; |
| 252 | } | 257 | } |
| 253 | 258 | ||
| 254 | int __init coherency_init(void) | 259 | int __init coherency_init(void) |
