diff options
| author | Rob Radez <rob@osinvestor.com> | 2003-02-10 11:42:31 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-02-10 11:42:31 -0800 |
| commit | d3e351921e4fa45e4b36102bbbd1a74757ad3d4d (patch) | |
| tree | 4be7722024b53439edf7c57a2bac6840e47f63e8 | |
| parent | 4bb8e5c879c163d5e7e3b017c46b3eab9634632a (diff) | |
[SPARC]: ADd init_sighand.
| -rw-r--r-- | arch/sparc/kernel/init_task.c | 1 | ||||
| -rw-r--r-- | arch/sparc64/kernel/init_task.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/init_task.c b/arch/sparc/kernel/init_task.c index e11f88ebbecc..e20422c9688e 100644 --- a/arch/sparc/kernel/init_task.c +++ b/arch/sparc/kernel/init_task.c @@ -8,6 +8,7 @@ static struct fs_struct init_fs = INIT_FS; static struct files_struct init_files = INIT_FILES; static struct signal_struct init_signals = INIT_SIGNALS(init_signals); +static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); struct task_struct init_task = INIT_TASK(init_task); diff --git a/arch/sparc64/kernel/init_task.c b/arch/sparc64/kernel/init_task.c index 08a63433120b..15f5c900bdc2 100644 --- a/arch/sparc64/kernel/init_task.c +++ b/arch/sparc64/kernel/init_task.c @@ -9,6 +9,7 @@ static struct fs_struct init_fs = INIT_FS; static struct files_struct init_files = INIT_FILES; static struct signal_struct init_signals = INIT_SIGNALS(init_signals); +static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); /* .text section in head.S is aligned at 2 page boundry and this gets linked |
