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

Commit d19cd4bb authored by Adam Borowski's avatar Adam Borowski Committed by Jonathan Corbet
Browse files

Documentation/features/KASAN: mark KASAN as supported only on 64-bit on x86



Relevant part is:
arch/x86/Kconfig: select HAVE_ARCH_KASAN  if X86_64 && SPARSEMEM_VMEMMAP

Signed-off-by: default avatarAdam Borowski <kilobyte@angband.pl>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5cb5c31c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@
    |        tile: | TODO |
    |          um: | TODO |
    |   unicore32: | TODO |
    |         x86: |  ok  |
    |         x86: |  ok  | 64-bit only
    |      xtensa: | TODO |
    -----------------------