mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
vdso: Correct typo in PAGE_SHIFT comment
Signed-off-by: Haiyue Wang <haiyuewa@163.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20241228121518.80812-1-haiyuewa@163.com
This commit is contained in:
parent
5bc55a333a
commit
763d1ebec8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
* PAGE_SHIFT determines the page size.
|
||||
*
|
||||
* Note: This definition is required because PAGE_SHIFT is used
|
||||
* in several places throuout the codebase.
|
||||
* in several places throughout the codebase.
|
||||
*/
|
||||
#define PAGE_SHIFT CONFIG_PAGE_SHIFT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue