Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77737
b: refs/heads/master
c: bba89e1
h: refs/heads/master
i:
  77735: 3ad81d0
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 44ee914 commit 73f11e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cfee5ac3edd3b4226018da6aad87334793cb1c5
refs/heads/master: bba89e1f403b3313b429b736bd6536b921bbc83a
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/init_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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 pt_regs fake_swapper_regs;
struct mm_struct init_mm = INIT_MM(init_mm);

EXPORT_SYMBOL(init_mm);

/*
Expand All @@ -22,7 +22,7 @@ EXPORT_SYMBOL(init_mm);
* way process stacks are handled. This is done by having a special
* "init_task" linker map entry..
*/
union thread_union init_thread_union
union thread_union init_thread_union
__attribute__((__section__(".data.init_task"))) =
{ INIT_THREAD_INFO(init_task) };

Expand Down

0 comments on commit 73f11e3

Please sign in to comment.