All of lore.kernel.org
 help / color / mirror / Atom feed
* SMP questions
@ 2003-06-18 14:41 Shreyas Kejariwal
  2003-06-19 16:00 ` Robert M. Hyatt
  0 siblings, 1 reply; 11+ messages in thread
From: Shreyas Kejariwal @ 2003-06-18 14:41 UTC (permalink / raw)
  To: linux-smp

Hi everyone,

I am new to this arena and I have few questions so please help me answer
them.

1. Looks like most of the new systems employ SMPs. But do we still have
ASMPs systems ?

2. How can we control the tasks, threads to run on a particular processor ?
Is there a way we can specify ? Take the scenario where there are two
multi-threaded applications. I want all the threads of the App1 to run on
Processor, P1 and the threads of the App2 on Processor, P2. Not like some
threads of App1 would run on P2 depending on the scheduler.

3. How can processors access each other's memory / addr space?

4. Digging into the scheduler code, I found that we can either set scheduler
policy to be either Round Robin or FIFO. Are there other schedulers
available which use different policy.

5. I read about Shared and Non-shared Cache. How does L2 gets shared. Its on
the die. So does that mean that you have to buy a shared cache board ?

I apologize if some of the questions are stupid and outside the scope of
this forum.

Moreover, pointers to web-resources would be helpful.

Thanks,
Shreyas






^ permalink raw reply	[flat|nested] 11+ messages in thread
* smp questions
@ 2013-10-12 13:46 Ryan
  0 siblings, 0 replies; 11+ messages in thread
From: Ryan @ 2013-10-12 13:46 UTC (permalink / raw)
  To: linux-kernel

HI,

I use a custom kernel for ARM Cortex A9. When i enable the following
macros. it detects 2 cores

CONFIG_CACHE_L2X0=y
CONFIG_CACHE_PL310_INSN_PREFETCH=y
CONFIG_CACHE_PL310_DATA_PREFETCH=y
CONFIG_CACHE_PL310_PREFETCH_DOUBLE_LINEFILL=y
CONFIG_CACHE_PL310_PREFETCH_DROP=y
CONFIG_CACHE_PL310_STANDBY_MODE=y
CONFIG_CACHE_PL310_DYNAMIC_CLOCK_GATING=y

However, If i disable them it detects only One Core.

Any Idea why is this required?


Regards,
Ryan

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

end of thread, other threads:[~2013-10-12 13:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-18 14:41 SMP questions Shreyas Kejariwal
2003-06-19 16:00 ` Robert M. Hyatt
2003-06-19 16:55   ` Shreyas Kejariwal
2003-06-19 17:18     ` Robert M. Hyatt
2003-06-19 21:09     ` Earle R. Nietzel
2003-06-19 20:58   ` Eckhard Rüggeberg
2003-06-19 21:20     ` Robert M. Hyatt
2003-06-19 21:58   ` Earle R. Nietzel
2003-06-20  0:45     ` Robert M. Hyatt
2003-06-20  7:20       ` Earle R. Nietzel
  -- strict thread matches above, loose matches on Subject: below --
2013-10-12 13:46 smp questions Ryan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.