diff options
author | Dean Nelson <dcn@sgi.com> | 2008-12-02 15:06:01 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-03 00:51:35 +0100 |
commit | 026bde120a161d9035502a47dd311bd572f6d31f (patch) | |
tree | 33c611fe977766b98442db0b99700e8e1921171b /arch | |
parent | powerpc: Use physical cpu id when setting the processor affinity (diff) | |
download | linux-026bde120a161d9035502a47dd311bd572f6d31f.tar.xz linux-026bde120a161d9035502a47dd311bd572f6d31f.zip |
sgi-gru: call fs_initcall() if statically linked
If xpc.ko and gru.ko are both statically linked into the kernel, then
xpc_init() can get called before gru_init() and make a call to one of the
gru's exported functions before the gru has initialized itself. The end
result is a NULL dereference.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions