Skip to content

Commit 918c950

Browse files
zaitcevRussell King
authored andcommitted
ARM: 8996/1: Documentation/Clean up the description of mach-<class>
Polish the description of machine classes a little bit, remove the duplicate directory name, so the reader does not feel compelled to dig through the output of "git blame". Signed-off-by: Pete Zaitcev <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 67b0141 commit 918c950

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Documentation/arm/arm.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ Kernel entry (head.S)
184184
We group machine (or platform) support code into machine classes. A
185185
class typically based around one or more system on a chip devices, and
186186
acts as a natural container around the actual implementations. These
187-
classes are given directories - arch/arm/mach-<class> and
188-
arch/arm/mach-<class> - which contain the source files to/include/mach
189-
support the machine class. This directories also contain any machine
190-
specific supporting code.
187+
classes are given directories - arch/arm/mach-<class> - which contain
188+
the source files and include/mach/ to support the machine class.
191189

192190
For example, the SA1100 class is based upon the SA1100 and SA1110 SoC
193191
devices, and contains the code to support the way the on-board and off-

0 commit comments

Comments
 (0)