linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* decrementer_count, count_period_num, and count_period_den has disappeared
@ 2000-08-21 12:06 diekema_jon
  2000-08-21 12:18 ` Gabriel Paubert
  0 siblings, 1 reply; 4+ messages in thread
From: diekema_jon @ 2000-08-21 12:06 UTC (permalink / raw)
  To: linuxppc-embedded


It appears the decrementer_count, count_period_num, and
count_period_den variables from arch/ppc/kernel/time.c have changed.
This is causing arch/ppc/kernel/m8260_setup.c to not compile.

m8260_setup.c: In function `abort':
m8260_setup.c:105: warning: `noreturn' function does return
m8260_setup.c: In function `m8260_calibrate_decr':
m8260_setup.c:116: `decrementer_count' undeclared (first use in this function)
m8260_setup.c:116: (Each undeclared identifier is reported only once
m8260_setup.c:116: for each function it appears in.)
m8260_setup.c:117: `count_period_num' undeclared (first use in this function)
m8260_setup.c:118: `count_period_den' undeclared (first use in this function)

I believe that decrementer_count was renamed to tb_ticks_per_jiffy, and
count_period_num/count_period_den are converted somehow into tb_to_us.

Could someone tell me the relationship between
count_period_num/count_period_den and tb_to_us?

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-08-21 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-21 12:06 decrementer_count, count_period_num, and count_period_den has disappeared diekema_jon
2000-08-21 12:18 ` Gabriel Paubert
2000-08-21 13:41   ` decrementer_count, count_period_num, and count_period_den has diekema_jon
2000-08-21 15:06     ` Gabriel Paubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).