Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: WANG Cong <amwang@redhat.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Amerigo Wang and committed by
Linus Torvalds
c368b492 3697cd9a

+2
Documentation/exception.txt Documentation/x86/exception-tables.txt
+2
Documentation/x86/00-INDEX
··· 2 2 - this file 3 3 mtrr.txt 4 4 - how to use x86 Memory Type Range Registers to increase performance 5 + exception-tables.txt 6 + - why and how Linux kernel uses exception tables on x86