parisc: Avoid spurious inequivalent alias kernel error messages
authorJohn David Anglin <dave.anglin@bell.net>
Sat, 2 Nov 2019 16:43:17 +0000 (12:43 -0400)
committerHelge Deller <deller@gmx.de>
Mon, 4 Nov 2019 07:34:27 +0000 (08:34 +0100)
commite9c837c6ab07127b02357efcfe1a23d030db1aca
treecc9280162bf0eccc363cf9c60d9914f1be96a98b
parentf973cce0e4022fa8c969ca5b0c71559125382eb2
parisc: Avoid spurious inequivalent alias kernel error messages

This patch changes flush_dcache_page() to only print inequivalent alias error
messages on systems that require coherency.  Inequivalent aliases can occur on
systems that don't require coherency and this can cause spurious messages.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/cache.c