diff options
Diffstat (limited to 'include/linux/vt_kern.h')
-rw-r--r-- | include/linux/vt_kern.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 6625cc1ab75..4d05e14ea60 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h | |||
@@ -142,14 +142,6 @@ static inline bool vt_force_oops_output(struct vc_data *vc) | |||
142 | return false; | 142 | return false; |
143 | } | 143 | } |
144 | 144 | ||
145 | /* | ||
146 | * vc_screen.c shares this temporary buffer with the console write code so that | ||
147 | * we can easily avoid touching user space while holding the console spinlock. | ||
148 | */ | ||
149 | |||
150 | #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) | ||
151 | extern char con_buf[CON_BUF_SIZE]; | ||
152 | extern struct mutex con_buf_mtx; | ||
153 | extern char vt_dont_switch; | 145 | extern char vt_dont_switch; |
154 | extern int default_utf8; | 146 | extern int default_utf8; |
155 | extern int global_cursor_default; | 147 | extern int global_cursor_default; |