aboutsummaryrefslogtreecommitdiff
path: root/slof
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-12-24 16:40:22 +0530
committerAlexey Kardashevskiy <aik@ozlabs.ru>2014-02-04 19:49:46 +1100
commit51802b3dc98fb5ba23dceff6c022811e93f93b39 (patch)
tree14f1d19dc18056a8595ee2f715bbe1399486ea23 /slof
parenta9958ef37d27d8a0c63ba3c9d4f9b10520b27b08 (diff)
downloadSLOF-51802b3dc98fb5ba23dceff6c022811e93f93b39.zip
SLOF-51802b3dc98fb5ba23dceff6c022811e93f93b39.tar.gz
SLOF-51802b3dc98fb5ba23dceff6c022811e93f93b39.tar.bz2
cas: return error when unknown node found
Hypercall for ibm,client-architecture-support could return nodes that isn't there in the guest DT, in such cases error should be returned to the guest kernel. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'slof')
-rw-r--r--slof/fs/archsupport.fs4
1 files changed, 3 insertions, 1 deletions
diff --git a/slof/fs/archsupport.fs b/slof/fs/archsupport.fs
index cc07924..01c5c7f 100644
--- a/slof/fs/archsupport.fs
+++ b/slof/fs/archsupport.fs
@@ -25,8 +25,10 @@
dup 4 + fdt-init
fdt-check-header
fdt-struct fdt-fix-cas-node
+ fdt-fix-cas-success NOT
+ ELSE
+ FALSE
THEN
- FALSE
ELSE
TRUE
THEN