Re: gptimer(4): switch to clockintr

2023-01-25 Thread Scott Cheloha
last armv7 clock > > > interrupt driver that needs to switch to clockintr. gptimer(4) is > > > nearly identical to dmtimer(4). > > > > > > Notable changes: > > > > > > - Switch stathz from 128 to hz. > > > - Switch profhz from 1024 to (

Re: gptimer(4): switch to clockintr

2023-01-24 Thread Jonathan Gray
On Tue, Jan 24, 2023 at 08:57:48PM +0100, Patrick Wildt wrote: > Am Mon, Jan 23, 2023 at 04:34:27PM -0600 schrieb Scott Cheloha: > > Whoops, missed one. This is the fifth and (I think) last armv7 clock > > interrupt driver that needs to switch to clockintr. gptimer(4) is >

Re: gptimer(4): switch to clockintr

2023-01-24 Thread Patrick Wildt
last armv7 clock > > > interrupt driver that needs to switch to clockintr. gptimer(4) is > > > nearly identical to dmtimer(4). > > > > > > Notable changes: > > > > > > - Switch stathz from 128 to hz. > > > - Switch profhz from 1024 to (

Re: gptimer(4): switch to clockintr

2023-01-24 Thread Mark Kettenis
> Date: Tue, 24 Jan 2023 20:57:48 +0100 > From: Patrick Wildt > > Am Mon, Jan 23, 2023 at 04:34:27PM -0600 schrieb Scott Cheloha: > > Whoops, missed one. This is the fifth and (I think) last armv7 clock > > interrupt driver that needs to switch to clockintr. gptimer(4)

Re: gptimer(4): switch to clockintr

2023-01-24 Thread Patrick Wildt
Am Mon, Jan 23, 2023 at 04:34:27PM -0600 schrieb Scott Cheloha: > Whoops, missed one. This is the fifth and (I think) last armv7 clock > interrupt driver that needs to switch to clockintr. gptimer(4) is > nearly identical to dmtimer(4). > > Notable changes: > > - Switch

gptimer(4): switch to clockintr

2023-01-23 Thread Scott Cheloha
Whoops, missed one. This is the fifth and (I think) last armv7 clock interrupt driver that needs to switch to clockintr. gptimer(4) is nearly identical to dmtimer(4). Notable changes: - Switch stathz from 128 to hz. - Switch profhz from 1024 to (stathz * 10). Everything else in the patch