~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/mn10300/include/asm/cpu-regs.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#define EPSW_IM_6               0x00000600      /* interrupt mode 6 */
50
50
#define EPSW_IM_7               0x00000700      /* interrupt mode 7 */
51
51
#define EPSW_IE                 0x00000800      /* interrupt enable */
52
 
#define EPSW_S                  0x00003000      /* software auxilliary bits */
 
52
#define EPSW_S                  0x00003000      /* software auxiliary bits */
53
53
#define EPSW_T                  0x00008000      /* trace enable */
54
54
#define EPSW_nSL                0x00010000      /* not supervisor level */
55
55
#define EPSW_NMID               0x00020000      /* nonmaskable interrupt disable */