PERFORCE change 29450 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 22 14:16:21 PDT 2003


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

Change 29450 by peter at 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;
 


More information about the p4-projects mailing list