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
726412ba
Commit
726412ba
authored
Jul 23, 2002
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Jul 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k update (part 17)
The Mac6x11 font depends on CONFIG_FBCON_MAC, not on CONFIG_MAC
parent
2f1e3498
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/video/fbcon.c
drivers/video/fbcon.c
+1
-1
No files found.
drivers/video/fbcon.c
View file @
726412ba
...
@@ -624,7 +624,7 @@ static void fbcon_setup(int con, int init, int logo)
...
@@ -624,7 +624,7 @@ static void fbcon_setup(int con, int init, int logo)
}
}
if
(
!
fontwidthvalid
(
p
,
fontwidth
(
p
)))
{
if
(
!
fontwidthvalid
(
p
,
fontwidth
(
p
)))
{
#ifdef CONFIG_MAC
#ifdef CONFIG_
FBCON_
MAC
if
(
MACH_IS_MAC
)
if
(
MACH_IS_MAC
)
/* ++Geert: hack to make 6x11 fonts work on mac */
/* ++Geert: hack to make 6x11 fonts work on mac */
p
->
dispsw
=
&
fbcon_mac
;
p
->
dispsw
=
&
fbcon_mac
;
...
...
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