Subject: Re: mips kernel profiling?
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Simon Burge <simonb@netbsd.org>
List: port-mips
Date: 04/20/2000 14:46:10
Jonathan Stone wrote:

> can we change the $1 in the MCOUNT macro to $at, or do we have to pull
> in the sybomlic register definitions (does that pollute the
> user namespace)?

The answer to that is "no" - I tried using the symbolic register names
the first time I tried to do the kernel profile patch, and it didn't
work too well :-(

Simon.