Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204707
b: refs/heads/master
c: 0866eb9
h: refs/heads/master
i:
  204705: 42902e0
  204703: d446ef1
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Jul 9, 2010
1 parent 5bed6e8 commit a9313a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: cccd23428347251713b643d4bc5edb610308fd49
refs/heads/master: 0866eb99cc4d5951cb0ed6ddfa92d5a3d55216ae
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@
#ifndef __ASSEMBLY__
#define mfmsr() ({unsigned long rval; \
asm volatile("mfmsr %0" : "=r" (rval)); rval;})
#ifdef CONFIG_PPC64
#ifdef CONFIG_PPC_BOOK3S_64
#define __mtmsrd(v, l) asm volatile("mtmsrd %0," __stringify(l) \
: : "r" (v) : "memory")
#define mtmsrd(v) __mtmsrd((v), 0)
Expand Down

0 comments on commit a9313a3

Please sign in to comment.