Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 18:48:20 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41538 for review
Message-ID:  <200311060248.hA62mK0o077125@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 41538 by peter@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)
  


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311060248.hA62mK0o077125>