summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include/asm/div64.h
Commit message (Collapse)AuthorAgeFilesLines
* mn10300: add cc clobbers to asm statementsMark Salter2010-01-111-0/+2
| | | | | | | | | | | | | gcc 4.2.1 for MN10300 is more agressive than the older gcc in reordering/moving other insns between an insn that sets flags and an insn that uses those flags. This leads to trouble with asm statements which are missing an explicit "cc" clobber. This patch adds the explicit "cc" clobber to asm statements which do indeed clobber the condition flags. Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.David Howells2009-04-101-0/+100
Signed-off-by: David Howells <dhowells@redhat.com>
OpenPOWER on IntegriCloud