console: better handing of console_timestamps as a boolean_param
authorDon Slutz <dslutz@verizon.com>
Mon, 4 Aug 2014 11:45:08 +0000 (13:45 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 4 Aug 2014 11:45:08 +0000 (13:45 +0200)
commit4efef44f0adacc9857b3a5035414db7ef281c8bf
treeb9763d4a44e7ca3ede0288a98da8c23131c94266
parenta0d52bfab4cb90e0f49073f12730936c1f3e718d
console: better handing of console_timestamps as a boolean_param

In order to handle all the old ways, change to use parse_bool().

Signed-off-by: Don Slutz <dslutz@verizon.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Restructure code to limit churn.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/char/console.c