diff options
author | 2020-07-10 11:59:59 +0200 | |
---|---|---|
committer | 2020-07-10 11:59:59 +0200 | |
commit | e1bcad609f5a533da45fac071cf0849b86dbab92 (patch) | |
tree | bc77cb21c81c053b99271c7bac9f6bc071cc56a6 /scripts/gcc-plugins | |
parent | lockdep: Split header file into lockdep and lockdep_types (diff) | |
parent | x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit() (diff) | |
download | linux-rng-e1bcad609f5a533da45fac071cf0849b86dbab92.tar.xz linux-rng-e1bcad609f5a533da45fac071cf0849b86dbab92.zip |
Merge branch 'tip/x86/entry'
Diffstat (limited to 'scripts/gcc-plugins')
-rw-r--r-- | scripts/gcc-plugins/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig index ce0b99fb5847..ae19fb0243b9 100644 --- a/scripts/gcc-plugins/Kconfig +++ b/scripts/gcc-plugins/Kconfig @@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT source tree isn't cleaned after kernel installation). The seed used for compilation is located at - scripts/gcc-plgins/randomize_layout_seed.h. It remains after + scripts/gcc-plugins/randomize_layout_seed.h. It remains after a make clean to allow for external modules to be compiled with the existing seed and will be removed by a make mrproper or make distclean. |