Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

From: Arnd Bergmann
Date: Mon Mar 05 2007 - 11:44:04 EST


On Monday 05 March 2007, Wu, Bryan wrote:
> Maybe NUMA is a solution, but it is not a wonderful solution.

NUMA doesn't help you. Linux only runs on cache-coherent NUMA,
which this isn't.

> In some application product, BF561 core A is running Linux kernel
> +Applications while BF561 core B is just for some complicated
> video/audio codec algorithm.
>
> Any Linux multicore solution in BF561 situation is highly welcome.

You definitely can't use the cache mode in this case, but one idea
that should make atomic instructions work is to always do these
on one of the two cores, and use cross-core interrupts to trigger
an update. It's probably pretty inefficient and you also need to
do something about atomic updates (spinlock_t and atomic_t) when
interrupts are disabled.

> Another question: when is the merge point from -mm to linus mainline, is
> it the same as the merge window after 2.6.21 released?

It's the same.

Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/