aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2013-10-15 13:44:38 +1100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2013-10-15 13:44:38 +1100
commit3b5f2aec1dbce92e74096d0e8a89b30870704993 (patch)
treebbf698d1911bf186b4c35d421347b4670e351f14
parent7761eefbf4180e4a37e5be87e330b81a9c645a69 (diff)
downloadSLOF-3b5f2aec1dbce92e74096d0e8a89b30870704993.zip
SLOF-3b5f2aec1dbce92e74096d0e8a89b30870704993.tar.gz
SLOF-3b5f2aec1dbce92e74096d0e8a89b30870704993.tar.bz2
client-architecture-support: fix redundant stack drop
This removes dropping allocated memory buffer off the stack in the case when no change to the tree was generated by QEMU. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
-rw-r--r--slof/fs/archsupport.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/slof/fs/archsupport.fs b/slof/fs/archsupport.fs
index 6964620..249c823 100644
--- a/slof/fs/archsupport.fs
+++ b/slof/fs/archsupport.fs
@@ -26,7 +26,7 @@
fdt-check-header
fdt-struct fdt-fix-cas-node
THEN
- drop FALSE
+ FALSE
ELSE
." hv-cas failed " TRUE
THEN