From: Dave Airlie Date: Thu, 29 Jan 2015 04:11:25 +0000 (+1000) Subject: vt_buffer: drop console buffer copying optimisations X-Git-Tag: fixes-v4.0-rc1~98^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67dc0d4758e5ced978bb30e8af11bc42cabfa77c;p=pandora-kernel.git vt_buffer: drop console buffer copying optimisations These two copy to/from VGA memory, however on the Silicon Motion SMI750 VGA card on a 64-bit system cause console corruption. This is due to the hw being buggy and not handling a 64-bit transaction correctly. We could try and create a 32-bit version of these routines, but I'm not sure the optimisation is worth much today. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1132826 Tested-by: Huawei engineering. Signed-off-by: Dave Airlie Cc: Linus Torvalds Cc: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed