~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/processor.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                regs->ARM_cpsr = USR26_MODE;                            \
72
72
        if (elf_hwcap & HWCAP_THUMB && pc & 1)                          \
73
73
                regs->ARM_cpsr |= PSR_T_BIT;                            \
 
74
        regs->ARM_cpsr |= PSR_ENDSTATE;                                 \
74
75
        regs->ARM_pc = pc & ~1;         /* pc */                        \
75
76
        regs->ARM_sp = sp;              /* sp */                        \
76
77
        regs->ARM_r2 = stack[2];        /* r2 (envp) */                 \