freebsd-dev/sys/arm/xscale/i8134x
Eitan Adler 7a22215c53 Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
shifts into the sign bit.  Instead use (1U << 31) which gets the
expected result.

This fix is not ideal as it assumes a 32 bit int, but does fix the issue
for most cases.

A similar change was made in OpenBSD.

Discussed with:	-arch, rdivacky
Reviewed by:	cperciva
2013-11-30 22:17:27 +00:00
..
crb_machdep.c Call cpu_setup() from the initarm() routine on platforms that don't use 2013-11-21 01:08:10 +00:00
files.crb
files.i81342
i81342_mcu.c trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00
i81342_pci.c Remove all #include <machine/pmap.h> from arm code. It's already 2013-10-27 00:51:46 +00:00
i81342_space.c Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
i81342.c Move unmask IRQ function call up to nexus device level. 2012-07-17 03:18:12 +00:00
i81342reg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
i81342var.h
iq81342_7seg.c trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00
iq81342reg.h
iq81342var.h
obio_space.c
obio.c trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00
obiovar.h
std.crb
std.i81342 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
uart_bus_i81342.c
uart_cpu_i81342.c trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00