diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-20 18:03:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-20 18:03:45 -0500 |
commit | d5bdaf4f68f0590fc481bca54bcaffeb27b75fca (patch) | |
tree | a3c02e146c8c3b33e77e212f15d4851b6febd26b /arch/alpha/kernel/proto.h | |
parent | dc6ec87d4c77029457a79fd6fa9b6f8304dc8348 (diff) | |
parent | 5cfe8f1ba5eebe6f4b6e5858cdb1a5be4f3272a6 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
Pull alpha updates from Matt Turner:
"It contains a few fixes and some work from Richard to make alpha
emulation under QEMU much more usable"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha:
alpha: Prevent a NULL ptr dereference in csum_partial_copy.
alpha: perf: fix out-of-bounds array access triggered from raw event
alpha: Use qemu+cserve provided high-res clock and alarm.
alpha: Switch to GENERIC_CLOCKEVENTS
alpha: Enable the rpcc clocksource for single processor
alpha: Reorganize rtc handling
alpha: Primitive support for CPU power down.
alpha: Allow HZ to be configured
alpha: Notice if we're being run under QEMU
alpha: Eliminate compiler warning from memset macro
Diffstat (limited to 'arch/alpha/kernel/proto.h')
-rw-r--r-- | arch/alpha/kernel/proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/alpha/kernel/proto.h b/arch/alpha/kernel/proto.h index d3e52d3fd592..da2d6ec9c370 100644 --- a/arch/alpha/kernel/proto.h +++ b/arch/alpha/kernel/proto.h | |||
@@ -135,17 +135,15 @@ extern void unregister_srm_console(void); | |||
135 | /* smp.c */ | 135 | /* smp.c */ |
136 | extern void setup_smp(void); | 136 | extern void setup_smp(void); |
137 | extern void handle_ipi(struct pt_regs *); | 137 | extern void handle_ipi(struct pt_regs *); |
138 | extern void smp_percpu_timer_interrupt(struct pt_regs *); | ||
139 | 138 | ||
140 | /* bios32.c */ | 139 | /* bios32.c */ |
141 | /* extern void reset_for_srm(void); */ | 140 | /* extern void reset_for_srm(void); */ |
142 | 141 | ||
143 | /* time.c */ | 142 | /* time.c */ |
144 | extern irqreturn_t timer_interrupt(int irq, void *dev); | 143 | extern irqreturn_t rtc_timer_interrupt(int irq, void *dev); |
144 | extern void init_clockevent(void); | ||
145 | extern void common_init_rtc(void); | 145 | extern void common_init_rtc(void); |
146 | extern unsigned long est_cycle_freq; | 146 | extern unsigned long est_cycle_freq; |
147 | extern unsigned int common_get_rtc_time(struct rtc_time *time); | ||
148 | extern int common_set_rtc_time(struct rtc_time *time); | ||
149 | 147 | ||
150 | /* smc37c93x.c */ | 148 | /* smc37c93x.c */ |
151 | extern void SMC93x_Init(void); | 149 | extern void SMC93x_Init(void); |