~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-lpc32xx/include/mach/entry-macro.S

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#define LPC32XX_INTC_MASKED_STATUS_OFS  0x8
23
23
 
24
 
        .macro  disable_fiq
25
 
        .endm
26
 
 
27
24
        .macro  get_irqnr_preamble, base, tmp
28
25
        ldr     \base, =IO_ADDRESS(LPC32XX_MIC_BASE)
29
26
        .endm
30
27
 
31
 
        .macro  arch_ret_to_user, tmp1, tmp2
32
 
        .endm
33
 
 
34
28
/*
35
29
 * Return IRQ number in irqnr. Also return processor Z flag status in CPSR
36
30
 * as set if an interrupt is pending.