]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.kabi/abi-fix-add-vc_scrl_erase_char-back-to-struct-vc_data.patch
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.kabi / abi-fix-add-vc_scrl_erase_char-back-to-struct-vc_data.patch
1 From: Greg Kroah-Hartman <gregkh@suse.de>
2 Subject: ABI fix: add vc_scrl_erase_char back to struct vc_data
3
4 This is only to keep the ABI stable for now, this patch
5 needs to be removed next chance we get when the ABI changes
6 as it's not needed at all.
7
8 This is here because 2.6.27.16 removes this field.
9
10 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
11 ---
12 include/linux/console_struct.h | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/include/linux/console_struct.h
16 +++ b/include/linux/console_struct.h
17 @@ -53,6 +53,7 @@ struct vc_data {
18 unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not supported */
19 struct console_font vc_font; /* Current VC font set */
20 unsigned short vc_video_erase_char; /* Background erase character */
21 + unsigned short vc_scrl_erase_char; /* unused, kept for KABI issues */
22 /* VT terminal data */
23 unsigned int vc_state; /* Escape sequence parser state */
24 unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */