From d3aa8891740bd11d0da79b039ad226f06550cd1f Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sat, 4 Feb 2006 23:59:38 -0800 Subject: [PATCH] --- yaml --- r: 21375 b: refs/heads/master c: d619d7f11670f5b1cfca30e6645e44c8a6014820 h: refs/heads/master i: 21373: d864e6456f84fd9ba5ebbb74a6bc9afd8c013622 21371: 0472dec522cd689f3949ac1a93c497a7f534c894 21367: 307ccd31664b015c1d3b11977fd6e7415bf5781e 21359: 76f62c1bc8cc230a0953987bf1f2d5288e9be589 21343: 0d269c48ddd4df1e02f1b7e0903aa4e2fb0c5758 21311: d919ec805182d77b4c933e0805e3696fe3c326dd 21247: 08586e62ce30ff78bf1cd5eb08ac0491acbfc258 v: v3 --- [refs] | 2 +- trunk/include/asm-sparc64/pstate.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7a349244aa01..3a5577535be8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d96b81533ba3d5775e45aee6986b2aa33c10801c +refs/heads/master: d619d7f11670f5b1cfca30e6645e44c8a6014820 diff --git a/trunk/include/asm-sparc64/pstate.h b/trunk/include/asm-sparc64/pstate.h index 29fb74aa805d..1181d73315a6 100644 --- a/trunk/include/asm-sparc64/pstate.h +++ b/trunk/include/asm-sparc64/pstate.h @@ -29,10 +29,11 @@ /* The V9 TSTATE Register (with SpitFire and Linux extensions). * * --------------------------------------------------------------- - * | Resv | CCR | ASI | %pil | PSTATE | Resv | CWP | + * | Resv | GL | CCR | ASI | %pil | PSTATE | Resv | CWP | * --------------------------------------------------------------- - * 63 40 39 32 31 24 23 20 19 8 7 5 4 0 + * 63 43 42 40 39 32 31 24 23 20 19 8 7 5 4 0 */ +#define TSTATE_GL _AC(0x0000070000000000,UL) /* Global reg level */ #define TSTATE_CCR _AC(0x000000ff00000000,UL) /* Condition Codes. */ #define TSTATE_XCC _AC(0x000000f000000000,UL) /* Condition Codes. */ #define TSTATE_XNEG _AC(0x0000008000000000,UL) /* %xcc Negative. */