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

« back to all changes in this revision

Viewing changes to arch/frv/include/asm/spr-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:
274
274
#define MSR0_RD                 0xc0000000      /* rounding mode */
275
275
#define MSR0_RD_NEAREST         0x00000000      /* - nearest */
276
276
#define MSR0_RD_ZERO            0x40000000      /* - zero */
277
 
#define MSR0_RD_POS_INF         0x80000000      /* - postive infinity */
 
277
#define MSR0_RD_POS_INF         0x80000000      /* - positive infinity */
278
278
#define MSR0_RD_NEG_INF         0xc0000000      /* - negative infinity */
279
279
 
280
280
/*