Skip to content

Commit ddc60b0

Browse files
committed
Remove atomics section from doc/porting.dox
1 parent 1c86be1 commit ddc60b0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

doc/porting.dox

-19
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,6 @@ Be sure to place any generic implementation alternative in the @c
8888
\#else or use an @c \#ifndef, so no other code needs to know your
8989
conditional labels.
9090

91-
@section portcpu Processor Dependencies
92-
93-
JACK uses some low-level machine operations for thread-safe updates to
94-
shared memory. A low-level implementation of @c <sysdeps/atomicity.h>
95-
is provided for every target processor architecture. There is also a
96-
generic implementation using POSIX spin locks, but that is not a good
97-
enough solution for serious use.
98-
99-
The GCC package provides versions that work on most modern hardware.
100-
We've tried to keep things as close to the original as possible, while
101-
removing a bunch of os-specific files that didn't seem relevant. A
102-
primary goal has been to avoid changing the CPU-dependent @c
103-
<sysdeps/atomicity.h> headers.
104-
105-
The relevant GCC documentation provides some helpful background,
106-
especially the @c atomicity.h discussion at
107-
<http://gcc.gnu.org/onlinedocs/porting/Thread-safety.html>.
108-
109-
11091
@section portissues Issues Not Addressed
11192

11293
- Cross-compilation has not been tested, or even thought through in

0 commit comments

Comments
 (0)