File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -557,8 +557,9 @@ \section{Switching Between Threads}\label{threads-switching-section}
557557looking at the thread-switching code from the Linux operating system
558558for the i386 architecture. (The i386 architecture is also known as the
559559x86 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
562563the paragraph after the block of assembly code. However, even if you aren't familiar with i386 assembly language, you
563564ought to be able to see how this code matches the preceding pattern.
564565
You can’t perform that action at this time.
0 commit comments