Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a22744b1
Commit
a22744b1
authored
Aug 30, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call con_init_devfs() to initialize VT subsystem for devfs.
parent
f985b1cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/char/console.c
drivers/char/console.c
+3
-1
No files found.
drivers/char/console.c
View file @
a22744b1
...
...
@@ -150,6 +150,7 @@ static void set_cursor(int currcons);
static
void
hide_cursor
(
int
currcons
);
static
void
unblank_screen_t
(
unsigned
long
dummy
);
static
void
console_callback
(
void
*
ignored
);
static
void
__init
con_init_devfs
(
void
);
static
int
printable
;
/* Is console ready for printing? */
...
...
@@ -2526,6 +2527,7 @@ int __init vty_init(void)
kbd_init
();
console_map_init
();
con_init_devfs
();
vcs_init
();
return
0
;
}
...
...
@@ -2624,7 +2626,7 @@ static void set_vesa_blanking(unsigned long arg)
* is called before kmalloc() works. This function is called later to
* do the registration.
*/
void
__init
con_init_devfs
(
void
)
static
void
__init
con_init_devfs
(
void
)
{
int
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment