Commit bed87e13 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by David S. Miller

[SPARC]: Add rtc_lock.

parent 866f64af
...@@ -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
......
...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment