| commit | 73ee4651d2db40413e7e6644ddf9516ccba6d552 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 06 14:44:46 2014 -0800 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Mar 07 08:21:38 2014 -0800 |
| tree | b306ea652ef9fa0335ac5d396c4b880c20dba823 | |
| parent | ac0a19ff7ddc7f82a64ebff3c0f180f1d82f4ffe [diff] |
torture: Choose bzImage location based on architecture Currently, the scripts hard-code arch/x86/boot/bzImage, which does not work well for other architectures. This commit therefore provides a identify_boot_image function that selects the correct bzImage location relative to the top of the Linux source tree. This commit also adds a --bootimage argument that allows selecting some other file, for example, "vmlinux". Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>