Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 14:16:18 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29450 for review
Message-ID:  <200304222116.h3MLGIuW097870@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29450

Change 29450 by peter@peter_overcee on 2003/04/22 14:15:19

	globalize __pcpu so that the PCPU*() macros can get to it from
	within the compiler and assembler.

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#66 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#66 (text+ko) ====

@@ -150,7 +150,7 @@
 struct kva_md_info kmi;
 
 static struct trapframe proc0_tf;
-static struct pcpu __pcpu;
+struct pcpu __pcpu;
 
 struct mtx icu_lock;
 



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