PERFORCE change 41538 for review

Peter Wemm peter at FreeBSD.org
Wed Nov 5 18:48:22 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=41538

Change 41538 by peter at peter_daintree on 2003/11/05 18:47:28

	I'm not sure what this is for, but jhb committed
	pcpu->pc_acpi_id.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#60 edit
.. //depot/projects/hammer/sys/amd64/include/pcpu.h#11 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#60 (text+ko) ====

@@ -1291,6 +1291,8 @@
 void
 cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
 {
+
+	pcpu->pc_acpi_id = 0xffffffff;
 }
 
 int

==== //depot/projects/hammer/sys/amd64/include/pcpu.h#11 (text+ko) ====

@@ -42,7 +42,8 @@
 	struct	pcpu *pc_prvspace;	/* Self-reference */		\
 	struct	pmap *pc_curpmap;					\
 	register_t pc_scratch_rsp;	/* User %rsp in syscall */	\
-	u_int	pc_apic_id;
+	u_int	pc_apic_id;						\
+	u_int	pc_acpi_id;
 
 #if defined(lint)
  


More information about the p4-projects mailing list