~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/x86/include/asm/mce.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#define MCG_EXT_CNT_SHIFT       16
17
17
#define MCG_EXT_CNT(c)          (((c) & MCG_EXT_CNT_MASK) >> MCG_EXT_CNT_SHIFT)
18
18
#define MCG_SER_P               (1ULL<<24)   /* MCA recovery/new status bits */
 
19
#define MCG_ELOG_P              (1ULL<<26)   /* Extended error log supported */
19
20
 
20
21
/* MCG_STATUS register defines */
21
22
#define MCG_STATUS_RIPV  (1ULL<<0)   /* restart ip valid */