Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c368b492 authored by Amerigo Wang's avatar Amerigo Wang Committed by Linus Torvalds
Browse files

Doc: move Documentation/exception.txt into x86 subdir



exception.txt only explains the code on x86, so it's better to
move it into Documentation/x86 directory.

And also rename it to exception-tables.txt which looks much
more reasonable.

This patch is on top of the previous one.

Signed-off-by: default avatarWANG Cong <amwang@redhat.com>
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3697cd9a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,3 +2,5 @@
	- this file
mtrr.txt
	- how to use x86 Memory Type Range Registers to increase performance
exception-tables.txt
	- why and how Linux kernel uses exception tables on x86