commit | 7aa79f948749da7de3de0c427e9c9ee0ff595243 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Jun 12 10:26:20 2009 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Jun 12 10:27:28 2009 +0200 |
tree | 5218d7b085e447165639081c49ceedafacc74ce5 | |
parent | 8ebf975608aaebd7feb33d77f07ba21a6380e086 [diff] |
[S390] vdso: kernel parameter syntax The syntax of the vdso kernel parameter is documented as vdso=[on|off]. The implementation uses vdso=[0|1], an invalid parameter string disables the vdso support. Fix the mismatch by adding vdso=[on|off] as additional parameter syntax. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>