]> git.neil.brown.name Git - history.git/commit
[ARM PATCH] 1825/1: abort on bad code generation with div64 in some cases
authorNicolas Pitre <nico@org.rmk.(none)>
Fri, 23 Apr 2004 23:34:47 +0000 (00:34 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Fri, 23 Apr 2004 23:34:47 +0000 (00:34 +0100)
commit3dae285a3bd7b29b220d2e6136cb316cabfc8b8e
treefaf70c5dcfc8248b0121b6f6f724a5699cefe8f2
parent74708ced1dc6eec1b60d154ee8e2459a44609d69
[ARM PATCH] 1825/1: abort on bad code generation with div64 in some cases

Patch from Nicolas Pitre

One case was found when the kernel is compiled with -O2 (instead of the
default -Os).  However, all gcc-3.* versions seem to have a problem with
this.  Instead of blacklisting them all unconditionally, better just abort
when a bad case occurs especially since this bad case doesn't seem to
appear with current default compiler flags.  Depends on patch #1824.
include/asm-arm/div64.h