Re: [PATCH] Add documentation for /proc/stat

From: Randy.Dunlap
Date: Sun Aug 31 2003 - 19:53:58 EST


> proc.txt | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1
> files changed, 53 insertions(+)
>
>
> # 03/08/30 bos@xxxxxxxxxxxxxxxxxxxx 1.1292
> # Add documentation for /proc/stat.
> # This is based on reading of the code in fs/proc/proc_misc.c, so it
> # ought to be 100% accurate.
> #
> diff -Nru a/Documentation/filesystems/proc.txt
> b/Documentation/filesystems/proc.txt ---
> a/Documentation/filesystems/proc.txt Sat Aug 30 22:11:50 2003
> +++ b/Documentation/filesystems/proc.txt Sat Aug 30 22:11:50 2003

> +The "intr" line gives counts of interrupts serviced since boot time, for
> each +of the possible system interrupts. The first column is the total
> of all +interrupts serviced; each subsequent column is the total for that
> particular +interrupt.

(stoopid webmail client mangles text above)

The "intr" line is omitted for PPC64 and ALPHA.
[#if !defined(CONFIG_PPC64) && !defined(CONFIG_ALPHA)]

~Randy



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/