Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17846
b: refs/heads/master
c: 02d7980
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Kyle McMartin committed Jan 11, 2006
1 parent c570360 commit b108765
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 4b991da7fec9b87acf86c250332ce15c2811255b
refs/heads/master: 02d79800a221eb4e54d80cbf2026af9edc1f437d
18 changes: 9 additions & 9 deletions trunk/include/asm-parisc/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@ struct thread_struct {
})

#define INIT_THREAD { \
regs: { gr: { 0, }, \
fr: { 0, }, \
sr: { 0, }, \
iasq: { 0, }, \
iaoq: { 0, }, \
cr27: 0, \
.regs = { .gr = { 0, }, \
.fr = { 0, }, \
.sr = { 0, }, \
.iasq = { 0, }, \
.iaoq = { 0, }, \
.cr27 = 0, \
}, \
task_size: DEFAULT_TASK_SIZE, \
map_base: DEFAULT_MAP_BASE, \
flags: 0 \
.task_size = DEFAULT_TASK_SIZE, \
.map_base = DEFAULT_MAP_BASE, \
.flags = 0 \
}

/*
Expand Down

0 comments on commit b108765

Please sign in to comment.