Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227214
b: refs/heads/master
c: 018a3fc
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jan 7, 2011
1 parent 9b4bfa2 commit 27b45bd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 99 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: e74a9625f8dcf1a924345b24cec8476c52593df8
refs/heads/master: 018a3fc7e3824ffcc80ad0160f9782c7d577c0c1
29 changes: 0 additions & 29 deletions trunk/arch/arm/mach-shmobile/include/mach/entry-macro-gic.S

This file was deleted.

61 changes: 0 additions & 61 deletions trunk/arch/arm/mach-shmobile/include/mach/entry-macro-intc.S

This file was deleted.

23 changes: 18 additions & 5 deletions trunk/arch/arm/mach-shmobile/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,21 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#if defined(CONFIG_ARM_GIC)
#include <mach/entry-macro-gic.S>
#else
#include <mach/entry-macro-intc.S>
#endif

.macro disable_fiq
.endm

.macro get_irqnr_preamble, base, tmp
.endm

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

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

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

.macro arch_ret_to_user, tmp1, tmp2
.endm
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-shmobile/include/mach/hardware.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#ifndef __ASM_MACH_HARDWARE_H
#define __ASM_MACH_HARDWARE_H

/* INTFLGA register - used by low level interrupt code in entry-macro.S */
#define INTFLGA 0xe6980018

#endif /* __ASM_MACH_HARDWARE_H */

0 comments on commit 27b45bd

Please sign in to comment.