summaryrefslogtreecommitdiff
path: root/drivers/acpi/ac.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-02-09 23:16:03 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-19 05:19:01 (GMT)
commitc1db53b36633e6a7511dbec7c372f01a31528f0c (patch)
tree3d5093b721c933fcfe90b7b896ae12551f93c8b1 /drivers/acpi/ac.c
parentf8b55f251012e104093e105483c45c5d85ad3040 (diff)
downloadlinux-c1db53b36633e6a7511dbec7c372f01a31528f0c.tar.xz
V4L/DVB: dvb: l64781.ko broken with gcc 4.5
I'm trying to fix it on the GCC side (PR43007), but the module is quite stupid in using ULL constants to operate on u32 values: static int apply_frontend_param (struct dvb_frontend* fe, struct dvb_frontend_parameters *param) { ... static const u32 ppm = 8000; u32 spi_bias; ... spi_bias *= 1000ULL; spi_bias /= 1000ULL + ppm/1000; which causes current GCC 4.5 to emit calls to __udivdi3 for i?86 again. This patch fixes this issue. Signed-off-by: Richard Guenther <rguenther@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> CC: stable@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/acpi/ac.c')
0 files changed, 0 insertions, 0 deletions