Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Fix pcspeaker build.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -10
-10
include/asm-mips/8253pit.h
··· 1 - /* 2 - * 8253/8254 Programmable Interval Timer 3 - */ 4 - 5 - #ifndef _8253PIT_H 6 - #define _8253PIT_H 7 - 8 - #define PIT_TICK_RATE 1193182UL 9 - 10 - #endif
+2
include/asm-mips/i8253.h
··· 12 12 #define PIT_CH0 0x40 13 13 #define PIT_CH2 0x42 14 14 15 + #define PIT_TICK_RATE 1193182UL 16 + 15 17 extern spinlock_t i8253_lock; 16 18 17 19 extern void setup_pit_timer(void);