diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/pcic.c | 4 | ||||
-rw-r--r-- | arch/sparc/kernel/time.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/arch/sparc/kernel/pcic.c b/arch/sparc/kernel/pcic.c index 36a40697b8d6..25e31d5ec99b 100644 --- a/arch/sparc/kernel/pcic.c +++ b/arch/sparc/kernel/pcic.c | |||
@@ -497,8 +497,8 @@ static void pcic_map_pci_device(struct linux_pcic *pcic, | |||
497 | * CheerIO makes a similar conversion. | 497 | * CheerIO makes a similar conversion. |
498 | * See ebus.c for details. | 498 | * See ebus.c for details. |
499 | * | 499 | * |
500 | * Note that check_region()/request_region() | 500 | * Note that request_region() |
501 | * work for these devices. | 501 | * works for these devices. |
502 | * | 502 | * |
503 | * XXX Neat trick, but it's a *bad* idea | 503 | * XXX Neat trick, but it's a *bad* idea |
504 | * to shit into regions like that. | 504 | * to shit into regions like that. |
diff --git a/arch/sparc/kernel/time.c b/arch/sparc/kernel/time.c index 279a62627c10..24814d58f9e1 100644 --- a/arch/sparc/kernel/time.c +++ b/arch/sparc/kernel/time.c | |||
@@ -45,10 +45,6 @@ | |||
45 | 45 | ||
46 | extern unsigned long wall_jiffies; | 46 | extern unsigned long wall_jiffies; |
47 | 47 | ||
48 | u64 jiffies_64 = INITIAL_JIFFIES; | ||
49 | |||
50 | EXPORT_SYMBOL(jiffies_64); | ||
51 | |||
52 | DEFINE_SPINLOCK(rtc_lock); | 48 | DEFINE_SPINLOCK(rtc_lock); |
53 | enum sparc_clock_type sp_clock_typ; | 49 | enum sparc_clock_type sp_clock_typ; |
54 | DEFINE_SPINLOCK(mostek_lock); | 50 | DEFINE_SPINLOCK(mostek_lock); |