PERFORCE change 28541 for review

John Baldwin jhb at FreeBSD.org
Tue Apr 8 12:05:49 PDT 2003


On 08-Apr-2003 Peter Wemm wrote:
> http://perforce.freebsd.org/chv.cgi?CH=28541
> 
> Change 28541 by peter at peter_daintree on 2003/04/08 11:58:30
> 
>       64 bit counters.

More crap that should be redesigned and done in C.  Perhaps in some
sort of MI way maybe called from MD code.

> Affected files ...
> 
> .. //depot/projects/hammer/sys/x86_64/isa/vector.s#8 edit
> 
> Differences ...
> 
> ==== //depot/projects/hammer/sys/x86_64/isa/vector.s#8 (text+ko) ====
> 
> @@ -19,12 +19,12 @@
>  
>       .globl  intrcnt, eintrcnt
>  intrcnt:
> -     .space  INTRCNT_COUNT * 4
> +     .space  INTRCNT_COUNT * 8
>  eintrcnt:
>  
>       .globl  intrnames, eintrnames
>  intrnames:
> -     .space  INTRCNT_COUNT * 16
> +     .space  INTRCNT_COUNT * 32
>  eintrnames:
>       .text
>  

-- 

John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


More information about the p4-projects mailing list