linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 82xx CPU features
@ 2007-01-25 22:39 Guennadi Liakhovetski
  2007-01-26  7:24 ` Kumar Gala
  0 siblings, 1 reply; 5+ messages in thread
From: Guennadi Liakhovetski @ 2007-01-25 22:39 UTC (permalink / raw)
  To: linuxppc-dev

Hi all

wandering around the idle code, noticed the following:

#define CPU_FTRS_603	(CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | \
	    CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | \
	    CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE)

...

#define CPU_FTRS_82XX	(CPU_FTR_COMMON | CPU_FTR_SPLIT_ID_CACHE | \
	    CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB)

Whereas even in

static struct cpu_spec cpu_specs[] = {
...
	{	/* 82xx (8240, 8245, 8260 are all 603e cores) */
...

So, wanted to ask - is there a specific reason why CPU_FTR_MAYBE_CAN_NAP 
is not set for 82xx (as well as CPU_FTR_PPC_LE for that matter...)

Thanks
Guennadi
---
Guennadi Liakhovetski

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

end of thread, other threads:[~2007-01-31  4:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 22:39 82xx CPU features Guennadi Liakhovetski
2007-01-26  7:24 ` Kumar Gala
2007-01-30 22:31   ` Guennadi Liakhovetski
2007-01-30 22:35     ` Kumar Gala
2007-01-31  4:55       ` Vitaly Bordug

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).