projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b540a
)
powerpc: fix typo 'CONFIG_PPC_CPU'
author
Paul Bolle
<
[email protected]
>
Tue, 20 May 2014 19:59:42 +0000
(21:59 +0200)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 11 Jun 2014 07:04:25 +0000
(17:04 +1000)
Commit
cd64d1697cf0
("powerpc: mtmsrd not defined") added a check for
CONFIG_PPC_CPU were a check for CONFIG_PPC_FPU was clearly intended.
Fixes: cd64d1697cf0 ("powerpc: mtmsrd not defined")
Signed-off-by: Paul Bolle <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
arch/powerpc/lib/sstep.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/lib/sstep.c
b/arch/powerpc/lib/sstep.c
index c0511c27a7337d757c450361a0682c8d3ef8d68e..412dd46dd0b7ea7136af14e8559e5d9b78d2c08a 100644
(file)
--- a/
arch/powerpc/lib/sstep.c
+++ b/
arch/powerpc/lib/sstep.c
@@
-1470,7
+1470,7
@@
int __kprobes emulate_step(struct pt_regs *regs, unsigned int instr)
regs->gpr[rd] = byterev_4(val);
goto ldst_done;
-#ifdef CONFIG_PPC_
C
PU
+#ifdef CONFIG_PPC_
F
PU
case 535: /* lfsx */
case 567: /* lfsux */
if (!(regs->msr & MSR_FP))