diff options
author | Helge Deller <deller@gmx.de> | 2024-07-21 23:36:36 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-07-24 02:04:05 +0200 |
commit | cbade823342cd013f1fbd46f6e3b74825fecbc16 (patch) | |
tree | e020587db1ce6124a4389c9df94fd57ce25a63dc /Documentation | |
parent | 2fd4e52e442c42e01722f5d4cfef693a2da478dd (diff) | |
download | lwn-cbade823342cd013f1fbd46f6e3b74825fecbc16.tar.gz lwn-cbade823342cd013f1fbd46f6e3b74825fecbc16.zip |
parisc: Add support for CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARN
Allow users to disable kernel warnings for unaligned memory
accesses from kernel via the /proc/sys/kernel/ignore-unaligned-usertrap
procfs entry.
That way users can disable those warnings in case they happen too
often.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 7fd43947832f..f8bc1630eba0 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -454,7 +454,7 @@ ignore-unaligned-usertrap On architectures where unaligned accesses cause traps, and where this feature is supported (``CONFIG_SYSCTL_ARCH_UNALIGN_NO_WARN``; -currently, ``arc`` and ``loongarch``), controls whether all +currently, ``arc``, ``parisc`` and ``loongarch``), controls whether all unaligned traps are logged. = ============================================================= |