X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fvt_kern.h;h=6dbef2f8445a8d7c07b02b781932f29b4126ad30;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=383a93cbbeeb1a6d9a37fd505af4db5ff5d611b6;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 383a93cbb..6dbef2f84 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -93,8 +93,8 @@ void reset_vc(unsigned int new_console); * vc_screen.c shares this temporary buffer with the console write code so that * we can easily avoid touching user space while holding the console spinlock. */ -extern char con_buf[PAGE_SIZE]; #define CON_BUF_SIZE PAGE_SIZE +extern char con_buf[CON_BUF_SIZE]; extern struct semaphore con_buf_sem; #endif /* _VT_KERN_H */