qiaochong
9e0ba741aa
drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned long
...
According include/linux/console_struct.h,vc_scr_end is unsigned long.
struct vc_data {
unsigned short vc_num; /* Console number */
unsigned int vc_cols; /* [#] Console size */
unsigned int vc_rows;
unsigned int vc_size_row; /* Bytes per row */
unsigned int vc_scan_lines; /* # of scan lines */
unsigned long vc_origin; /* [!] Start of real screen */
unsigned long vc_scr_end; /* [!] End of real screen */
unsigned long vc_visible_origin; /* [!] Top of visible window */
unsigned int vc_top, vc_bottom; /* Scrolling region */
const struct consw *vc_sw;
unsigned short *vc_screenbuf;
...
}
Signed-off-by: qiaochong <qiaochong@loongson.cn>
Cc: Greg KH <greg@kroah.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-09 20:45:11 -07:00
..
2010-08-05 12:28:25 +10:00
2010-08-05 15:57:35 -07:00
2010-03-08 16:55:37 +01:00
2010-08-09 20:44:53 -07:00
2009-09-24 07:21:03 -07:00
2010-08-03 09:04:16 +02:00
2010-03-30 22:02:32 +09:00
2010-07-26 10:25:45 +10:00
2010-05-22 00:10:40 -06:00
2010-05-26 19:51:09 +02:00
2010-05-17 05:27:41 +02:00
2010-05-27 09:12:50 -07:00
2010-03-30 22:02:32 +09:00
2009-10-01 16:11:11 -07:00
2010-03-30 22:02:32 +09:00
2010-08-01 01:42:42 -06:00
2009-01-06 15:59:30 -08:00
2008-12-13 11:25:49 -08:00
2009-10-14 17:36:48 +02:00
2010-03-30 22:02:32 +09:00
2008-10-20 08:52:41 -07:00
2010-05-17 05:27:41 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2009-12-16 07:19:59 -08:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-05-25 08:07:02 -07:00
2010-05-17 05:27:41 +02:00
2010-02-25 15:38:37 -08:00
2010-07-09 11:28:24 +10:00
2010-02-24 14:22:32 +10:30
2009-01-13 14:48:01 +11:00
2010-03-08 16:55:37 +01:00
2010-03-30 22:02:32 +09:00
2010-02-24 14:22:32 +10:30
2010-07-06 13:42:15 -04:00
2010-02-24 14:22:32 +10:30
2010-02-24 14:22:32 +10:30
2010-02-24 14:22:32 +10:30
2010-03-30 22:02:32 +09:00
2010-07-09 11:28:24 +10:00
2010-05-17 03:06:12 +02:00
2010-05-21 09:34:30 -07:00
2010-04-30 09:20:33 -07:00
2010-06-04 15:21:44 -07:00
2010-07-31 02:29:31 -07:00
2009-12-10 22:55:36 +01:00
2010-06-04 17:11:18 -04:00
2010-03-30 22:02:32 +09:00
2010-08-06 09:17:02 -07:00
2010-08-09 20:45:06 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2009-12-04 15:39:55 +01:00
2010-04-30 09:20:33 -07:00
2010-06-04 13:37:17 -07:00
2009-07-12 12:22:34 -07:00
2009-12-04 15:39:55 +01:00
2010-03-12 15:52:43 -08:00
2010-03-30 22:02:32 +09:00
2010-05-17 05:27:41 +02:00
2010-05-17 05:27:41 +02:00
2009-10-14 17:36:52 +02:00
2010-05-27 09:12:50 -07:00
2010-05-27 22:05:02 -04:00
2010-03-30 22:02:32 +09:00
2010-05-27 09:12:50 -07:00
2010-07-31 19:58:00 +08:00
2010-05-17 05:27:41 +02:00
2010-04-30 09:20:33 -07:00
2009-01-02 10:19:39 -08:00
2009-07-12 12:22:34 -07:00
2009-01-02 10:19:39 -08:00
2009-11-18 08:37:40 -08:00
2009-02-22 09:23:02 -08:00
2009-10-14 17:36:53 +02:00
2009-06-11 08:51:01 -07:00
2009-10-11 11:20:58 -07:00
2010-05-21 09:34:31 -07:00
2010-03-30 22:02:32 +09:00
2008-10-16 09:24:42 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-30 09:20:33 -07:00
2009-07-12 12:22:34 -07:00
2010-07-20 17:04:11 +02:00
2010-03-02 14:43:16 -08:00
2009-09-01 01:13:31 -07:00
2010-07-21 19:27:07 -05:00
2009-10-14 17:36:53 +02:00
2009-10-11 11:20:58 -07:00
2010-01-04 12:31:21 -08:00
2010-03-30 22:02:32 +09:00
2010-05-21 09:34:30 -07:00
2010-08-06 09:17:02 -07:00
2009-11-09 09:40:54 +01:00
2010-03-02 14:43:22 -08:00
2010-03-19 07:17:57 -07:00
2010-01-27 11:33:53 +01:00
2009-07-20 16:38:43 -07:00
2010-05-18 16:10:44 -06:00
2010-06-03 22:39:19 +09:30
2010-03-30 22:02:32 +09:00
2010-06-04 13:37:18 -07:00
2010-08-09 20:45:11 -07:00