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
nexedi
linux
Commits
59014be9
Commit
59014be9
authored
May 25, 2002
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill compile warning and correct bitkeeper mismerge
parent
798b0d25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
arch/i386/kernel/setup.c
arch/i386/kernel/setup.c
+1
-0
arch/i386/kernel/time.c
arch/i386/kernel/time.c
+2
-0
No files found.
arch/i386/kernel/setup.c
View file @
59014be9
...
@@ -664,6 +664,7 @@ void __init setup_arch(char **cmdline_p)
...
@@ -664,6 +664,7 @@ void __init setup_arch(char **cmdline_p)
screen_info
=
SCREEN_INFO
;
screen_info
=
SCREEN_INFO
;
#ifdef CONFIG_APM
#ifdef CONFIG_APM
apm_info
.
bios
=
APM_BIOS_INFO
;
apm_info
.
bios
=
APM_BIOS_INFO
;
#endif
#ifdef CONFIG_ACPI_SLEEP
#ifdef CONFIG_ACPI_SLEEP
saved_videomode
=
VIDEO_MODE
;
saved_videomode
=
VIDEO_MODE
;
printk
(
"Video mode to be used for restore is %lx
\n
"
,
saved_videomode
);
printk
(
"Video mode to be used for restore is %lx
\n
"
,
saved_videomode
);
...
...
arch/i386/kernel/time.c
View file @
59014be9
...
@@ -600,7 +600,9 @@ __initcall(time_init_driverfs);
...
@@ -600,7 +600,9 @@ __initcall(time_init_driverfs);
void
__init
time_init
(
void
)
void
__init
time_init
(
void
)
{
{
#ifdef CONFIG_X86_TSC
extern
int
x86_udelay_tsc
;
extern
int
x86_udelay_tsc
;
#endif
xtime
.
tv_sec
=
get_cmos_time
();
xtime
.
tv_sec
=
get_cmos_time
();
xtime
.
tv_usec
=
0
;
xtime
.
tv_usec
=
0
;
...
...
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