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

« back to all changes in this revision

Viewing changes to arch/s390/include/asm/compat.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:
22
22
#define PSW32_MASK_ASC          0x0000C000UL
23
23
#define PSW32_MASK_CC           0x00003000UL
24
24
#define PSW32_MASK_PM           0x00000f00UL
 
25
#define PSW32_MASK_RI           0x00000080UL
25
26
 
26
27
#define PSW32_MASK_USER         0x0000FF00UL
27
28
 
35
36
#define PSW32_ASC_SECONDARY     0x00008000UL
36
37
#define PSW32_ASC_HOME          0x0000C000UL
37
38
 
38
 
extern u32 psw32_user_bits;
 
39
#define PSW32_USER_BITS (PSW32_MASK_DAT | PSW32_MASK_IO | PSW32_MASK_EXT | \
 
40
                         PSW32_DEFAULT_KEY | PSW32_MASK_BASE | \
 
41
                         PSW32_MASK_MCHECK | PSW32_MASK_PSTATE | PSW32_ASC_HOME)
39
42
 
40
43
#define COMPAT_USER_HZ          100
41
44
#define COMPAT_UTS_MACHINE      "s390\0\0\0\0"