Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279823
b: refs/heads/master
c: fea9fe8
h: refs/heads/master
i:
  279821: 26880ca
  279819: 109de3e
  279815: fe021ff
  279807: 4dbbc53
v: v3
  • Loading branch information
Marc Zyngier committed Nov 15, 2011
1 parent 6447b5e commit 948e4be
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 56 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: 562e0027d21bf64838178e2f5157df3d5833972e
refs/heads/master: fea9fe8329c74159fb2030f1aacf29fdab9fc6d6
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-mxc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Common support
obj-y := clock.o time.o devices.o cpu.o system.o irq-common.o

obj-$(CONFIG_ARM_GIC) += gic.o
obj-$(CONFIG_MXC_TZIC) += tzic.o
obj-$(CONFIG_MXC_AVIC) += avic.o

Expand Down
41 changes: 0 additions & 41 deletions trunk/arch/arm/plat-mxc/gic.c

This file was deleted.

3 changes: 1 addition & 2 deletions trunk/arch/arm/plat-mxc/include/mach/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ extern void imx_print_silicon_rev(const char *cpu, int srev);

void avic_handle_irq(struct pt_regs *);
void tzic_handle_irq(struct pt_regs *);
void mxc_gic_handle_irq(struct pt_regs *);

#define imx1_handle_irq avic_handle_irq
#define imx21_handle_irq avic_handle_irq
Expand All @@ -101,7 +100,7 @@ void mxc_gic_handle_irq(struct pt_regs *);
#define imx50_handle_irq tzic_handle_irq
#define imx51_handle_irq tzic_handle_irq
#define imx53_handle_irq tzic_handle_irq
#define imx6q_handle_irq mxc_gic_handle_irq
#define imx6q_handle_irq gic_handle_irq

extern void imx_enable_cpu(int cpu, bool enable);
extern void imx_set_cpu_jump(int cpu, void *jump_addr);
Expand Down
11 changes: 0 additions & 11 deletions trunk/arch/arm/plat-mxc/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,8 @@
* published by the Free Software Foundation.
*/

/* Unused, we use CONFIG_MULTI_IRQ_HANDLER */

.macro disable_fiq
.endm

.macro get_irqnr_preamble, base, tmp
.endm

.macro arch_ret_to_user, tmp1, tmp2
.endm

.macro get_irqnr_and_base, irqnr, irqstat, base, tmp
.endm

.macro test_for_ipi, irqnr, irqstat, base, tmp
.endm

0 comments on commit 948e4be

Please sign in to comment.