Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73926
b: refs/heads/master
c: 07500b0
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Nov 26, 2007
1 parent 40377d4 commit 644faa0
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 98ce472181e760a552314850c238b14bbf3f04ec
refs/heads/master: 07500b0d855b7f3f47ca263b21b6397d743d45d2
8 changes: 6 additions & 2 deletions trunk/include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,15 @@ do { \
if (cpu_has_dsp) \
__save_dsp(prev); \
(last) = resume(prev, next, task_thread_info(next)); \
} while (0)

#define finish_arch_switch(prev) \
do { \
if (cpu_has_dsp) \
__restore_dsp(current); \
if (cpu_has_userlocal) \
write_c0_userlocal(task_thread_info(current)->tp_value);\
} while(0)
write_c0_userlocal(current_thread_info()->tp_value); \
} while (0)

static inline unsigned long __xchg_u32(volatile int * m, unsigned int val)
{
Expand Down

0 comments on commit 644faa0

Please sign in to comment.