lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 23 Jul 2007 13:24:52 -0400
From:	Robin Getz <rgetz@...ckfin.uclinux.org>
To:	"Mathieu Desnoyers" <mathieu.desnoyers@...ymtl.ca>
Cc:	tonyko@...eo.ca, linux-kernel@...r.kernel.org
Subject: Re: blackfin - cmpxchg not atomic ?

On Fri 20 Jul 2007 16:28, Mathieu Desnoyers pondered:
>
> I also don't like the comment in asm-blackfin/atomic.h :
> 
>  * Generally we do not concern about SMP BFIN systems, so we don't have
>  * to deal with that.
> 
> I have seen on the blackfin website that you actually sell a board with
> SMP. Why aren't you caring about it ?

Just because something is dual core - doesn't mean it is capable of true SMP.

The 2 blackfin cores on the BF561 have their own L1 cache, but the caches are 
not coherent to the internal L2 (which is not cache, but just memory), or 
external L3.

This precludes SMP where common memory must be addressed by both cores.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ