diff options
author | Eric Biederman <ebiederm@xmission.com> | 2006-09-29 11:00:06 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 18:18:12 +0200 |
commit | 959ed340f4867fda7684340625f60e211c2296d6 (patch) | |
tree | 61832d7f0a5c8a4864003949b7eb545154d9acec /kernel/kexec.c | |
parent | [PATCH] Fix unserialized task->files changing (diff) | |
download | linux-959ed340f4867fda7684340625f60e211c2296d6.tar.xz linux-959ed340f4867fda7684340625f60e211c2296d6.zip |
[PATCH] Fix conflict with the is_init identifier on parisc
This appears to be the only usage of is_init in the kernel besides the
usage in sched.h. On ia64 the same function is called in_init. So to
remove the conflict and make the kernel more consistent rename is_init
is_core is_local and is_local_section to in_init in_core in_local and
in_local_section respectively.
Thanks to Adrian Bunk who spotted this, and to Matthew Wilcox
who suggested this fix.
Signed-off-by: Eric Biederman <ebiederm@xmission.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Matthew Wilcox <willy@debian.org>
Cc: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/kexec.c')
0 files changed, 0 insertions, 0 deletions