Re: commit a29ccf6f823a84d89e1c7aaaf221cf7282022024 break console on slackware 12.1

From: Marco Berizzi
Date: Thu Jul 31 2008 - 07:03:47 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/