PERFORCE change 140993 for review

Peter Wemm peter at FreeBSD.org
Thu May 1 17:31:14 UTC 2008


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

Change 140993 by peter at peter_daintree on 2008/05/01 17:31:12

	Record record size for pcpu array

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#169 edit

Differences ...

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

@@ -187,6 +187,7 @@
 struct region_descriptor r_gdt, r_idt;
 
 struct pcpu __pcpu[MAXCPU];
+int pcpu_size = sizeof(__pcpu[0]);
 
 struct mtx icu_lock;
 


More information about the p4-projects mailing list