aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/head.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/head.h')
-rw-r--r--include/asm-sparc64/head.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sparc64/head.h b/include/asm-sparc64/head.h
index ff76c0981b63..c4ac3e87aa50 100644
--- a/include/asm-sparc64/head.h
+++ b/include/asm-sparc64/head.h
@@ -24,6 +24,12 @@
24#define PANTHER_IMPL 0x0019 /* Ultra-IV+ */ 24#define PANTHER_IMPL 0x0019 /* Ultra-IV+ */
25#define SERRANO_IMPL 0x0022 /* Ultra-IIIi+ */ 25#define SERRANO_IMPL 0x0022 /* Ultra-IIIi+ */
26 26
27#define BRANCH_IF_SUN4V(tmp1,label) \
28 sethi %hi(is_sun4v), %tmp1; \
29 lduw [%tmp1 + %lo(is_sun4v)], %tmp1; \
30 brnz,pn %tmp1, label; \
31 nop
32
27#define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ 33#define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \
28 rdpr %ver, %tmp1; \ 34 rdpr %ver, %tmp1; \
29 sethi %hi(__CHEETAH_ID), %tmp2; \ 35 sethi %hi(__CHEETAH_ID), %tmp2; \