diff options
author | Jonathan Corbet <corbet@lwn.net> | 2022-08-26 16:48:43 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-08-26 16:48:43 -0600 |
commit | e1a0cc8865e3152e9fe43c6436b44e64c0359dfb (patch) | |
tree | 8912f74f9c9e546311ee84ba155846f949711e0d | |
parent | b68015a37f58d19cf0e0672fd59be0d096f68455 (diff) | |
parent | 5479d6d4bf122d4b137659559a7bd17784b97b7e (diff) | |
download | lwn-e1a0cc8865e3152e9fe43c6436b44e64c0359dfb.tar.gz lwn-e1a0cc8865e3152e9fe43c6436b44e64c0359dfb.zip |
Merge branch 'docs-fixes' into docs-next
-rw-r--r-- | Documentation/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 934727e23e0e..255384d094bf 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -86,6 +86,7 @@ if major >= 3: "__used", "__weak", "noinline", + "__fix_address", # include/linux/memblock.h: "__init_memblock", |