commit | 1bc9fac3da9aa7569e70e9fda605281ef7e42b9f | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Feb 14 15:58:50 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 14 18:53:58 2014 -0800 |
tree | a26e1a62da660c8e6b5cefea5b287076d72c45ce | |
parent | 043d56ee5a748f474f5bce3da1dc4a06819a75fb [diff] |
lkdtm: include cacheflush.h Some architectures need cacheflush.h explicitly included (mips) for use of flush_icache_range(): config: make ARCH=mips allmodconfig All error/warnings: >> ERROR: "flush_icache_range" undefined! Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>