From fdcaf1fa84c5ebd109609822d8d37fb1fa522d38 Mon Sep 17 00:00:00 2001 From: Tim Bird Date: Fri, 1 Aug 2008 14:05:50 -0700 Subject: [PATCH] --- yaml --- r: 107493 b: refs/heads/master c: 4744b43431e8613f920c5cba88346756f53c5165 h: refs/heads/master i: 107491: 5a1d1c5afab261ea23143be12adf97fd22a79cdf v: v3 --- [refs] | 2 +- trunk/include/linux/vt_kern.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d70a085b0aa3..58e955ced257 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3669bc143fb3d389918379547f4a6b28a757b7fe +refs/heads/master: 4744b43431e8613f920c5cba88346756f53c5165 diff --git a/trunk/include/linux/vt_kern.h b/trunk/include/linux/vt_kern.h index 14c0e91be9b5..8c8119ffee12 100644 --- a/trunk/include/linux/vt_kern.h +++ b/trunk/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)