commit | e9c837c6ab07127b02357efcfe1a23d030db1aca | [log] [tgz] |
---|---|---|
author | John David Anglin <dave.anglin@bell.net> | Sat Nov 02 12:43:17 2019 -0400 |
committer | Helge Deller <deller@gmx.de> | Mon Nov 04 08:34:27 2019 +0100 |
tree | cc9280162bf0eccc363cf9c60d9914f1be96a98b | |
parent | f973cce0e4022fa8c969ca5b0c71559125382eb2 [diff] |
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>