summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-02-04 21:19:02 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-02-04 21:19:02 -0800
commitd763ba8adb3c8b839268a035338e8b5efba0cccc (patch)
treeb48b50f794fb1b5f82455892b6192f50b03917c7 /include
parente16a5040e9cd75434b232e5034caaea87aaac8c5 (diff)
[PATCH] ppc64: change HSC -> HVSC
From: anton@samba.org change HSC -> HVSC
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/hvcall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc64/hvcall.h b/include/asm-ppc64/hvcall.h
index 5ddaf5474166..482ca2220b31 100644
--- a/include/asm-ppc64/hvcall.h
+++ b/include/asm-ppc64/hvcall.h
@@ -102,6 +102,8 @@ long plpar_hcall(unsigned long opcode,
unsigned long *out2,
unsigned long *out3);
+#define HVSC ".long 0x44000022\n"
+
/* Same as plpar_hcall but for those opcodes that return no values
* other than status. Slightly more efficient.
*/