File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ static inline void release_thread(struct task_struct *dead_task)
151
151
}
152
152
153
153
unsigned long __get_wchan (struct task_struct * p );
154
+ void show_registers (struct pt_regs * regs );
154
155
155
156
#define KSTK_EIP (tsk ) \
156
157
({ \
Original file line number Diff line number Diff line change 36
36
#include <linux/uaccess.h>
37
37
#include <asm/traps.h>
38
38
#include <asm/machdep.h>
39
+ #include <asm/processor.h>
39
40
#include <asm/siginfo.h>
40
41
#include <asm/tlbflush.h>
41
42
Original file line number Diff line number Diff line change 126
126
#include <asm/mac_baboon.h>
127
127
#include <asm/hwtest.h>
128
128
#include <asm/irq_regs.h>
129
-
130
- extern void show_registers (struct pt_regs * );
129
+ #include <asm/processor.h>
131
130
132
131
static unsigned int mac_irq_startup (struct irq_data * );
133
132
static void mac_irq_shutdown (struct irq_data * );
Original file line number Diff line number Diff line change 12
12
#include <asm/hwtest.h>
13
13
#include <asm/irq.h>
14
14
#include <asm/irq_regs.h>
15
+ #include <asm/processor.h>
15
16
#include <asm/virt.h>
16
17
17
18
#define GFPIC_REG_IRQ_PENDING 0x04
18
19
#define GFPIC_REG_IRQ_DISABLE_ALL 0x08
19
20
#define GFPIC_REG_IRQ_DISABLE 0x0c
20
21
#define GFPIC_REG_IRQ_ENABLE 0x10
21
22
22
- extern void show_registers (struct pt_regs * regs );
23
-
24
23
static struct resource picres [6 ];
25
24
static const char * picname [6 ] = {
26
25
"goldfish_pic.0" ,
You can’t perform that action at this time.
0 commit comments