Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752858AbYGaLDp (ORCPT ); Thu, 31 Jul 2008 07:03:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750980AbYGaLDh (ORCPT ); Thu, 31 Jul 2008 07:03:37 -0400 Received: from bay0-omc2-s4.bay0.hotmail.com ([65.54.246.140]:48815 "EHLO bay0-omc2-s4.bay0.hotmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750829AbYGaLDg (ORCPT ); Thu, 31 Jul 2008 07:03:36 -0400 Message-ID: X-Originating-IP: [80.204.235.254] X-Originating-Email: [pupilla@hotmail.com] From: "Marco Berizzi" To: "Tim Bird" Cc: "Alistair John Strachan" , , , "Grant Coady" References: <200807291815.13907.alistair@devzero.co.uk> <488FAFE3.4040001@am.sony.com> <4890CB06.9040106@am.sony.com> Subject: Re: commit a29ccf6f823a84d89e1c7aaaf221cf7282022024 break console on slackware 12.1 Date: Thu, 31 Jul 2008 13:02:10 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1123 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 X-OriginalArrivalTime: 31 Jul 2008 11:03:35.0882 (UTC) FILETIME=[142732A0:01C8F2FD] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 26 Tim Bird wrote: > diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h > index 14c0e91..8c8119f 100644 > --- a/include/linux/vt_kern.h > +++ b/include/linux/vt_kern.h > @@ -74,7 +74,7 @@ void con_protect_unimap(struct vc_data *vc, int rdonly); > int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc); > > #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ > - (vc)->vc_toggle_meta ? 0x80 : 0]) > + ((vc)->vc_toggle_meta ? 0x80 : 0)]) > #else > #define con_set_trans_old(arg) (0) > #define con_get_trans_old(arg) (-EINVAL) indeed this patch fix the problem. Thanks a lot. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/