ia64/xen-unstable
changeset 9605:568b8d8fc782
Remove some unnecessary code from the vTPM hotplug scripts.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Apr 06 09:40:15 2006 +0100 (2006-04-06) |
parents | ebbe237bd9e4 |
children | 787d946ad457 |
files | tools/examples/vtpm-common.sh |
line diff
1.1 --- a/tools/examples/vtpm-common.sh Thu Apr 06 09:39:30 2006 +0100 1.2 +++ b/tools/examples/vtpm-common.sh Thu Apr 06 09:40:15 2006 +0100 1.3 @@ -261,12 +261,6 @@ function vtpm_create_instance () { 1.4 1.5 if [ "$REASON" == "create" ]; then 1.6 vtpm_reset $instance 1.7 - elif [ "$REASON" == "resume" ]; then 1.8 - vtpm_setup $instance 1.9 - else 1.10 - #default case for 'now' 1.11 - #vtpm_reset $instance 1.12 - true 1.13 fi 1.14 xenstore_write $XENBUS_PATH/instance $instance 1.15 }