summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_core.c
diff options
context:
space:
mode:
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>2014-05-02 18:58:24 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-13 13:59:40 +0200
commiteebf62b8cda55d51e197e81f55962a25524714ce (patch)
tree22b3314cd97753431fc95200e9597fb48276c013 /drivers/tty/serial/8250/8250_core.c
parent5d897eedc505bb8af1f4865ae381eadbfd3bc8c1 (diff)
downloadlinux-3.10-eebf62b8cda55d51e197e81f55962a25524714ce.tar.gz
linux-3.10-eebf62b8cda55d51e197e81f55962a25524714ce.tar.bz2
linux-3.10-eebf62b8cda55d51e197e81f55962a25524714ce.zip
drivers/tty/hvc: don't free hvc_console_setup after init
commit 501fed45b7e8836ee9373f4d31e2d85e3db6103a upstream. When 'console=hvc0' is specified to the kernel parameter in x86 KVM guest, hvc console is setup within a kthread. However, that will cause SEGV and the boot will fail when the driver is builtin to the kernel, because currently hvc_console_setup() is annotated with '__init'. This patch removes '__init' to boot the guest successfully with 'console=hvc0'. Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/8250_core.c')
0 files changed, 0 insertions, 0 deletions