Skip to content

Commit a892a93

Browse files
committed
fixes #28
1 parent a5b3926 commit a892a93

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

threads.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,9 @@ \section{Switching Between Threads}\label{threads-switching-section}
557557
looking at the thread-switching code from the Linux operating system
558558
for the i386 architecture. (The i386 architecture is also known as the
559559
x86 or IA-32; it is a popular processor architecture used in
560-
standard personal computer processors such as the Pentium 4 and the
561-
Athlon.) If you don't want to see real code, you can skip ahead to
560+
standard personal computer processors such as Intel's Core, Xeon, and Atom
561+
families and AMD's FX and Opteron families.)
562+
If you don't want to see real code, you can skip ahead to
562563
the paragraph after the block of assembly code. However, even if you aren't familiar with i386 assembly language, you
563564
ought to be able to see how this code matches the preceding pattern.
564565

0 commit comments

Comments
 (0)