MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-espd_4510b / entry-macro.S
blobec8c9f06d5be89e08dc324eee05b963c4b8eaf11
1 /*
2  *  arch/armnommu/mach-espd_4510b/entry-macro.S
3  *
4  *  Copyright (c) 2004  Cucy Systems (http://www.cucy.com)
5  *  Curt Brune <curt@cucy.com>
6  *
7  *  defines machine dependent entry macros.
8  *  included in the arch/armnommu/kernel/entry.S
9  *  
10  */
12 #if defined(CONFIG_ARCH_ESPD_4510B)
14                 .macro disable_fiq
15                 .endm
17                 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
18                 ldr     \base, =REG_INTOSET_IRQ
19                 ldr     \irqnr, [\base]
20                 mov     \irqnr, \irqnr, lsr #2
21                 teq     \irqnr, #NR_IRQS
22                 .endm
24                 .macro irq_prio_table
25                 .endm
27 #endif