commit | 45d9a1e3cc45efee6c0ef82b77269d6944d9d8a5 | [log] [tgz] |
---|---|---|
author | Alexander Popov <alex.popov@linux.com> | Wed Jul 11 23:36:35 2018 +0300 |
committer | Kees Cook <keescook@chromium.org> | Tue Jul 24 16:14:06 2018 -0700 |
tree | b8be38ebf0972c63bca184794d57375892eeff09 | |
parent | 7ccb95e8fe9131b8fa14b947c60dfb30044fa002 [diff] |
gcc-plugins: Clean up the cgraph_create_edge* macros Drop useless redefinitions of cgraph_create_edge* macros. Drop the unused nest argument. Also support gcc-8, which doesn't have freq argument. Signed-off-by: Alexander Popov <alex.popov@linux.com> Signed-off-by: Kees Cook <keescook@chromium.org>