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
bed87e13
Commit
bed87e13
authored
Feb 19, 2003
by
Pete Zaitcev
Committed by
David S. Miller
Feb 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Add rtc_lock.
parent
866f64af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
arch/sparc/kernel/sparc_ksyms.c
arch/sparc/kernel/sparc_ksyms.c
+3
-0
arch/sparc/kernel/time.c
arch/sparc/kernel/time.c
+1
-0
No files found.
arch/sparc/kernel/sparc_ksyms.c
View file @
bed87e13
...
@@ -55,6 +55,8 @@
...
@@ -55,6 +55,8 @@
#include <asm/a.out.h>
#include <asm/a.out.h>
#include <asm/io-unit.h>
#include <asm/io-unit.h>
extern
spinlock_t
rtc_lock
;
struct
poll
{
struct
poll
{
int
fd
;
int
fd
;
short
events
;
short
events
;
...
@@ -152,6 +154,7 @@ EXPORT_SYMBOL(__cpu_logical_map);
...
@@ -152,6 +154,7 @@ EXPORT_SYMBOL(__cpu_logical_map);
EXPORT_SYMBOL
(
udelay
);
EXPORT_SYMBOL
(
udelay
);
EXPORT_SYMBOL
(
ndelay
);
EXPORT_SYMBOL
(
ndelay
);
EXPORT_SYMBOL
(
rtc_lock
);
EXPORT_SYMBOL
(
mostek_lock
);
EXPORT_SYMBOL
(
mostek_lock
);
EXPORT_SYMBOL
(
mstk48t02_regs
);
EXPORT_SYMBOL
(
mstk48t02_regs
);
#if CONFIG_SUN_AUXIO
#if CONFIG_SUN_AUXIO
...
...
arch/sparc/kernel/time.c
View file @
bed87e13
...
@@ -47,6 +47,7 @@ extern unsigned long wall_jiffies;
...
@@ -47,6 +47,7 @@ extern unsigned long wall_jiffies;
u64
jiffies_64
;
u64
jiffies_64
;
spinlock_t
rtc_lock
=
SPIN_LOCK_UNLOCKED
;
enum
sparc_clock_type
sp_clock_typ
;
enum
sparc_clock_type
sp_clock_typ
;
spinlock_t
mostek_lock
=
SPIN_LOCK_UNLOCKED
;
spinlock_t
mostek_lock
=
SPIN_LOCK_UNLOCKED
;
unsigned
long
mstk48t02_regs
=
0UL
;
unsigned
long
mstk48t02_regs
=
0UL
;
...
...
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