debuggers.hg
changeset 3730:f38875b9c89f
bitkeeper revision 1.1159.212.108 (42077fd0S_urmaLkjaFnGgMRPjUCMA)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Mon Feb 07 14:48:48 2005 +0000 (2005-02-07) |
parents | 177865f3143e b8cbcd601e0e |
children | 75266d5ca7ca |
files | xen/common/domain.c |
line diff
1.1 --- a/xen/common/domain.c Mon Feb 07 11:58:09 2005 +0000 1.2 +++ b/xen/common/domain.c Mon Feb 07 14:48:48 2005 +0000 1.3 @@ -45,8 +45,6 @@ struct domain *do_createdomain(domid_t d 1.4 ed->processor = cpu; 1.5 d->create_time = NOW(); 1.6 1.7 - memcpy(&ed->arch, &idle0_exec_domain.arch, sizeof(ed->arch)); 1.8 - 1.9 spin_lock_init(&d->time_lock); 1.10 1.11 spin_lock_init(&d->big_lock);