]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: tty: Move HVC DCC assembly to arch/arm
authorChristopher Covington <cov@codeaurora.org>
Thu, 22 May 2014 22:07:18 +0000 (18:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 May 2014 20:33:18 +0000 (13:33 -0700)
commit4061f4987b45d8d4126a57c8333cb3a8aeb3e08a
treea07bf8a4fcb64992cd61a02229a077c0d8fa3fed
parent15a2743193b099f82657ca315dd2e1091be6c1d3
ARM: tty: Move HVC DCC assembly to arch/arm

Put architecture-specific assembly code where it belongs,
allowing for support of additional architectures such as arm64 in
the future.

Signed-off-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/include/asm/dcc.h [new file with mode: 0644]
drivers/tty/hvc/hvc_dcc.c