Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181961
b: refs/heads/master
c: 3d98ffb
h: refs/heads/master
i:
  181959: a647106
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Feb 26, 2010
1 parent 581b0aa commit 0c183d9
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 874f2f997dbe041a6c6e509dae8656ed9022d65d
refs/heads/master: 3d98ffbffb16f2a1569b83cb78db0b5100e6c937
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/feature-fixups.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ label##2: \
.pushsection sect,"a"; \
.align 2; \
label##3: \
.long label##1b-label##3b; \
FTR_ENTRY_OFFSET label##1b-label##3b; \
.popsection;

#endif /* __ASM_POWERPC_FEATURE_FIXUPS_H */
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/lib/feature-fixups.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ void do_feature_fixups(unsigned long value, void *fixup_start, void *fixup_end)

void do_lwsync_fixups(unsigned long value, void *fixup_start, void *fixup_end)
{
int *start, *end, *dest;
long *start, *end;
unsigned int *dest;

if (!(value & CPU_FTR_LWSYNC))
return ;
Expand Down

0 comments on commit 0c183d9

Please sign in to comment.