summaryrefslogtreecommitdiff
path: root/include/asm-ppc64/rtas.h
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2002-09-14 17:24:41 +1000
committerAnton Blanchard <anton@samba.org>2002-09-14 17:24:41 +1000
commitbdc2b03df608fa14fa87f9e6fccd6f639639ad46 (patch)
tree916669904e41ecda1e69d196a9c5a2cdd868e48f /include/asm-ppc64/rtas.h
parent1f71a6f5aaf8e27ba0dbbbdd5801496a8c405e9f (diff)
ppc64: Allocate RTAS above OF, from Peter Bergner
Diffstat (limited to 'include/asm-ppc64/rtas.h')
-rw-r--r--include/asm-ppc64/rtas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc64/rtas.h b/include/asm-ppc64/rtas.h
index a41a208cd4ee..464f72c651a4 100644
--- a/include/asm-ppc64/rtas.h
+++ b/include/asm-ppc64/rtas.h
@@ -17,6 +17,8 @@
*/
#define RTAS_UNKNOWN_SERVICE (-1)
+#define RTAS_INSTANTIATE_MAX (1UL<<30) /* Don't instantiate rtas at/above this value */
+
/*
* In general to call RTAS use rtas_token("string") to lookup
* an RTAS token for the given string (e.g. "event-scan").