bitkeeper revision 1.906 (40a5e91cnvIS_3gLwfnD2G3HV3odHA)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Sat, 15 May 2004 09:55:40 +0000 (09:55 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Sat, 15 May 2004 09:55:40 +0000 (09:55 +0000)
manual merge

1  2 
xen/arch/i386/traps.c
xen/common/dom0_ops.c
xen/common/domain.c
xen/common/memory.c
xen/include/asm-i386/processor.h

Simple merge
index f768edd5ffc87a0f9f3ac7742c2607bf7457f063,595658101883291edacfa19d16e7b66ba1069477..32fa532c9a536b58fff3e02f373da5b3d8d8f175
  #include <xen/shadow.h>
  #include <hypervisor-ifs/sched_ctl.h>
  
 +
 +#define TRC_DOM0OP_START_BASE   0x00020000
 +#define TRC_DOM0OP_FINISH_BASE  0x00030000
 +
 +
  extern unsigned int alloc_new_dom_mem(struct task_struct *, unsigned int);
  
- /* Basically used to protect the domain-id space. */
- static spinlock_t create_dom_lock = SPIN_LOCK_UNLOCKED;
- static domid_t get_domnr(void)
- {
-     static domid_t domnr = 0;
-     return ++domnr;
- }
  static int msr_cpu_mask;
  static unsigned long msr_addr;
  static unsigned long msr_lo;
Simple merge
Simple merge
Simple merge