commit | be70a73a1ab46860533dfa933d7b188ca053f0ec | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Oct 09 11:02:00 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Dec 03 10:11:15 2013 -0800 |
tree | 592b9443cb5a7e886ee068a1bf81debe74347762 | |
parent | 315c540d46f8f11fe2a84e627d9473e90441ae96 [diff] |
rcutorture: Allow Kconfig-related boot parameters to override As it stands, the default kernel boot parameters generated from the Kconfig fragment will override any supplied with the .boot file that can optionally accompany a Kconfig fragment. Rearrange ordering to permit the specific .boot arguments to override those generated by analyzing the Kconfig fragment. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Greg KH <gregkh@linuxfoundation.org>