#ifndef PROC_H #define PROC_H #include extern void cpu_affinity(int cpu); extern int set_proc_prio(int prio); extern int set_sched_status(int policy, int priority); extern ssize_t proc_get_cmdline(unsigned int pid, char *cmdline, size_t len); extern int proc_exec(const char *proc, char *const argv[]); #endif /* PROC_H */ m+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-10-26 16:20:27 -0600
committerJonathan Corbet <corbet@lwn.net>2016-10-27 16:36:26 -0600
commit2c79dcafd8ecdfd44ee4c509a9c55785b022eba9 (patch)
tree5cae3db99018b00b1b82b05462f417e0ec931423
parent7358bb2f3293461737a61850c56523695f5b2219 (diff)
docs: Get rid of the badRAM guide
The last release of this tool was for 2.6.28; it's hard to see how it has any relevance to current kernels. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/admin-guide/bad-memory.rst50
-rw-r--r--Documentation/admin-guide/index.rst1
2 files changed, 0 insertions, 51 deletions
diff --git a/Documentation/admin-guide/bad-memory.rst b/Documentation/admin-guide/bad-memory.rst
deleted file mode 100644