Commit 222f1c77 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] misc fixes

- nmi_watchdog documentation typo ("Randy.Dunlap" <rddunlap@osdl.org>)

- ikconfig proc requires CONFIG_PROC_FS ("Randy.Dunlap" <rddunlap@osdl.org>)

- visws build fix (Andrey Panin <pazke@donpac.ru>)

- VM lock ranking comment update
parent 3e88b937
...@@ -12,7 +12,7 @@ This can be used to debug hard kernel lockups. By executing periodic ...@@ -12,7 +12,7 @@ This can be used to debug hard kernel lockups. By executing periodic
NMI interrupts, the kernel can monitor whether any CPU has locked up, NMI interrupts, the kernel can monitor whether any CPU has locked up,
and print out debugging messages if so. and print out debugging messages if so.
In order to use the NMI watchdoc, you need to have APIC support in your In order to use the NMI watchdog, you need to have APIC support in your
kernel. For SMP kernels, APIC support gets compiled in automatically. For kernel. For SMP kernels, APIC support gets compiled in automatically. For
UP, enable either CONFIG_X86_UP_APIC (Processor type and features -> Local UP, enable either CONFIG_X86_UP_APIC (Processor type and features -> Local
APIC support on uniprocessors) or CONFIG_X86_UP_IOAPIC (Processor type and APIC support on uniprocessors) or CONFIG_X86_UP_IOAPIC (Processor type and
......
#ifndef __ASM_MACH_APIC_H #ifndef __ASM_MACH_APIC_H
#define __ASM_MACH_APIC_H #define __ASM_MACH_APIC_H
#include <mach_apicdef.h>
#define APIC_DFR_VALUE (APIC_DFR_FLAT) #define APIC_DFR_VALUE (APIC_DFR_FLAT)
#define no_balance_irq (0) #define no_balance_irq (0)
......
...@@ -140,7 +140,7 @@ config IKCONFIG ...@@ -140,7 +140,7 @@ config IKCONFIG
config IKCONFIG_PROC config IKCONFIG_PROC
bool "Enable access to .config through /proc/ikconfig" bool "Enable access to .config through /proc/ikconfig"
depends on IKCONFIG depends on IKCONFIG && PROC_FS
---help--- ---help---
This option enables access to kernel configuration file and build This option enables access to kernel configuration file and build
information through /proc/ikconfig. information through /proc/ikconfig.
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
* ->mmap_sem * ->mmap_sem
* ->lock_page (access_process_vm) * ->lock_page (access_process_vm)
* *
* ->mmap_sem
* ->i_sem (msync)
*
* ->inode_lock * ->inode_lock
* ->sb_lock (fs/fs-writeback.c) * ->sb_lock (fs/fs-writeback.c)
* ->mapping->page_lock (__sync_single_inode) * ->mapping->page_lock (__sync_single_inode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment