Merge git://git.infradead.org/embedded-2.6

* git://git.infradead.org/embedded-2.6:
  Make console charset translation optional
This commit is contained in:
Linus Torvalds
2008-07-25 12:02:08 -07:00
5 changed files with 44 additions and 3 deletions

View File

@@ -2211,7 +2211,7 @@ rescan_last_byte:
c = 0xfffd;
tc = c;
} else { /* no utf or alternate charset mode */
tc = vc->vc_translate[vc->vc_toggle_meta ? (c | 0x80) : c];
tc = vc_translate(vc, c);
}
param.c = tc;