Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Apr 2003 15:05:44 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Peter Wemm <peter@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   RE: PERFORCE change 28541 for review
Message-ID:  <XFMail.20030408150544.jhb@FreeBSD.org>
In-Reply-To: <200304081859.h38IxT3E073114@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 08-Apr-2003 Peter Wemm wrote:
> http://perforce.freebsd.org/chv.cgi?CH=28541
> 
> Change 28541 by peter@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@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/



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