projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e5b35
)
powerpc: Remove double braces in alignment code.
author
Anton Blanchard
<anton@samba.org>
Fri, 31 Oct 2014 03:47:26 +0000
(14:47 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sun, 9 Nov 2014 22:59:32 +0000
(09:59 +1100)
Looks like I introduced this when adding LE support.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/align.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/align.c
b/arch/powerpc/kernel/align.c
index 34f55524d4564bd83db2dce7b8455080c952987d..86150fbb42c39111c7440523f482dbe55e0bd4d9 100644
(file)
--- a/
arch/powerpc/kernel/align.c
+++ b/
arch/powerpc/kernel/align.c
@@
-908,7
+908,7
@@
int fix_alignment(struct pt_regs *regs)
flush_fp_to_thread(current);
}
- if (
(nb == 16)
) {
+ if (
nb == 16
) {
if (flags & F) {
/* Special case for 16-byte FP loads and stores */
PPC_WARN_ALIGNMENT(fp_pair, regs);