Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29655
b: refs/heads/master
c: 200a3d3
h: refs/heads/master
i:
  29653: 32c95fd
  29651: 5f7e46a
  29647: bd7b6b7
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Jun 25, 2006
1 parent 11b6702 commit 1eba007
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 556 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebba61d5b05ecfda388dd4c156bafdb78d398055
refs/heads/master: 200a3d352cd5e0ae8fb96bfcf8103f7b7c60645b
2 changes: 1 addition & 1 deletion trunk/arch/m68k/bvme6000/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for Linux arch/m68k/bvme6000 source directory
#

obj-y := config.o bvmeints.o rtc.o
obj-y := config.o rtc.o
161 changes: 0 additions & 161 deletions trunk/arch/m68k/bvme6000/bvmeints.c

This file was deleted.

21 changes: 8 additions & 13 deletions trunk/arch/m68k/bvme6000/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,8 @@
#include <asm/machdep.h>
#include <asm/bvme6000hw.h>

extern irqreturn_t bvme6000_process_int (int level, struct pt_regs *regs);
extern void bvme6000_init_IRQ (void);
extern void bvme6000_free_irq (unsigned int, void *);
extern int show_bvme6000_interrupts(struct seq_file *, void *);
extern void bvme6000_enable_irq (unsigned int);
extern void bvme6000_disable_irq (unsigned int);
static void bvme6000_get_model(char *model);
static int bvme6000_get_hardware_list(char *buffer);
extern int bvme6000_request_irq(unsigned int irq, irqreturn_t (*handler)(int, void *, struct pt_regs *), unsigned long flags, const char *devname, void *dev_id);
extern void bvme6000_sched_init(irqreturn_t (*handler)(int, void *, struct pt_regs *));
extern unsigned long bvme6000_gettimeoffset (void);
extern int bvme6000_hwclk (int, struct rtc_time *);
Expand Down Expand Up @@ -100,6 +93,14 @@ static int bvme6000_get_hardware_list(char *buffer)
return 0;
}

/*
* This function is called during kernel startup to initialize
* the bvme6000 IRQ handling routines.
*/
static void bvme6000_init_IRQ(void)
{
m68k_setup_user_interrupt(VEC_USER, 192, NULL);
}

void __init config_bvme6000(void)
{
Expand Down Expand Up @@ -127,12 +128,6 @@ void __init config_bvme6000(void)
mach_hwclk = bvme6000_hwclk;
mach_set_clock_mmss = bvme6000_set_clock_mmss;
mach_reset = bvme6000_reset;
mach_free_irq = bvme6000_free_irq;
mach_process_int = bvme6000_process_int;
mach_get_irq_list = show_bvme6000_interrupts;
mach_request_irq = bvme6000_request_irq;
enable_irq = bvme6000_enable_irq;
disable_irq = bvme6000_disable_irq;
mach_get_model = bvme6000_get_model;
mach_get_hardware_list = bvme6000_get_hardware_list;

Expand Down
146 changes: 0 additions & 146 deletions trunk/arch/m68k/mvme147/147ints.c

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/arch/m68k/mvme147/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Makefile for Linux arch/m68k/mvme147 source directory
#

obj-y := config.o 147ints.o
obj-y := config.o
Loading

0 comments on commit 1eba007

Please sign in to comment.