Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29013
b: refs/heads/master
c: f6c4192
h: refs/heads/master
i:
  29011: cd91cd4
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Jun 23, 2006
1 parent ad45aa2 commit d77e225
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: 98317f1271e7fd472983b013c76df6cc15fbef22
refs/heads/master: f6c4192e77dffbc50ee1b9a24a1063ff961aaf04
8 changes: 4 additions & 4 deletions trunk/include/asm-m68k/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ struct thread_struct {
};

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

/*
Expand Down

0 comments on commit d77e225

Please sign in to comment.