/[qemu]/qemu/hw/pc.c
ViewVC logotype

Diff of /qemu/hw/pc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by bellard, Mon Nov 21 23:34:32 2005 UTC revision 1.47 by bellard, Wed Nov 23 21:01:23 2005 UTC
# Line 594  static void pc_init1(int ram_size, int v Line 594  static void pc_init1(int ram_size, int v
594      for(i = 0; i < smp_cpus; i++) {      for(i = 0; i < smp_cpus; i++) {
595          env = cpu_init();          env = cpu_init();
596          if (i != 0)          if (i != 0)
597              env->cpu_halted = 1;              env->hflags |= HF_HALTED_MASK;
598          if (smp_cpus > 1) {          if (smp_cpus > 1) {
599              /* XXX: enable it in all cases */              /* XXX: enable it in all cases */
600              env->cpuid_features |= CPUID_APIC;              env->cpuid_features |= CPUID_APIC;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26