]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: x86: Fix obsolete name of page fault handler
authorChin En Lin <shiyn.lin@gmail.com>
Fri, 18 Mar 2022 14:25:36 +0000 (22:25 +0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 5 Apr 2022 16:28:36 +0000 (10:28 -0600)
commita6bb630b8437a92d21f80d5d55739f9ad6996511
tree353e7d1922efba902583256b0814a260764266b6
parentc591fe9d7b15e72436b5bf497042c4330af71dbd
Documentation: x86: Fix obsolete name of page fault handler

Since commit 74346978a683 ("x86/entry: Switch page fault exception to
IDTENTRY_RAW"), the function name of the page fault handler is out of date.
And because of commit 9ee67d87c8c0 ("x86/mm: Break out user address space
handling"), the description of search_exception_table is not correct
anymore. It may mislead the user who wants to use the documentation to
figure out the page fault handler.

Also, fix typo and add the parentheses after function and macro name.

Signed-off-by: Chin En Lin <shiyn.lin@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/x86/exception-tables.rst