Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147805
b: refs/heads/master
c: 9d4f941
h: refs/heads/master
i:
  147803: 1a89146
v: v3
  • Loading branch information
Greg Ungerer committed Jun 11, 2009
1 parent 68e5e5b commit 098ec73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4f308e35a9bde9d6b671e8409157edb9065f117c
refs/heads/master: 9d4f94135385b565e2ce4a37f71b53d0fd3664e8
8 changes: 4 additions & 4 deletions trunk/arch/m68k/include/asm/processor_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ struct thread_struct {
unsigned char fpstate[FPSTATESIZE]; /* floating point state */
};

#define INIT_THREAD { \
sizeof(init_stack) + (unsigned long) init_stack, 0, \
PS_S, __KERNEL_DS, \
{0, 0}, 0, {0,}, {0, 0, 0}, {0,}, \
#define INIT_THREAD { \
.ksp = sizeof(init_stack) + (unsigned long) init_stack, \
.sr = PS_S, \
.fs = __KERNEL_DS, \
}

/*
Expand Down

0 comments on commit 098ec73

Please sign in to comment.