Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273173 | Differences between
and this patch

Collapse All | Expand All

(-)a/arch/x86/kernel/init_task.c (+1 lines)
Lines 15-20 static struct files_struct init_files = INIT_FILES; Link Here
15
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
15
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
16
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
16
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
17
struct mm_struct init_mm = INIT_MM(init_mm);
17
struct mm_struct init_mm = INIT_MM(init_mm);
18
EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */
18
19
19
/*
20
/*
20
 * Initial thread structure.
21
 * Initial thread structure.

Return to bug 273173