mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
[PATCH] remove the tasklist_lock export
As announced half a year ago this patch will remove the tasklist_lock export. The previous two patches got rid of the remaining modular users. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
f84dfe8296
commit
c59923a15c
2 changed files with 1 additions and 14 deletions
|
@ -61,9 +61,7 @@ int max_threads; /* tunable limit on nr_threads */
|
|||
|
||||
DEFINE_PER_CPU(unsigned long, process_counts) = 0;
|
||||
|
||||
__cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */
|
||||
|
||||
EXPORT_SYMBOL(tasklist_lock);
|
||||
__cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */
|
||||
|
||||
int nr_processes(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue