Skip to content

Commit

Permalink
[POWERPC] Update MTFSF_L() comment
Browse files Browse the repository at this point in the history
David Woodhouse points out that the comment accompanying the MTFSF_L
macro is misleading. We should make it clear that the L bit is ignored
on older CPUS, not the entire instruction.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Oct 6, 2006
1 parent 3afbf5d commit 52aed7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@

/*
* An mtfsf instruction with the L bit set. On CPUs that support this a
* full 64bits of FPSCR is restored and on other CPUs it is ignored.
* full 64bits of FPSCR is restored and on other CPUs the L bit is ignored.
*
* Until binutils gets the new form of mtfsf, hardwire the instruction.
*/
Expand Down

0 comments on commit 52aed7c

Please sign in to comment.