freebsd-dev/sys/mips/rmi
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
..
dev Fix some lingering build failures caused by fixing implicit inclusion of 2013-10-31 05:00:50 +00:00
board.c I2C drivers for XLR/XLS processors. 2010-12-12 06:00:26 +00:00
board.h I2C drivers for XLR/XLS processors. 2010-12-12 06:00:26 +00:00
bus_space_rmi_pci.c
bus_space_rmi.c
files.xlr I2C drivers for XLR/XLS processors. 2010-12-12 06:00:26 +00:00
fmn.c Remove duplicate header includes 2011-06-26 10:07:48 +00:00
interrupt.h
intr_machdep.c
iodi.c Devices that rely on hints or identify routines for discovery need to 2013-10-29 14:07:31 +00:00
iomap.h
Makefile.msgring
mpwait.S
msgring_xls.c
msgring_xls.cfg Clean some 'svn:executable' properties in the tree. 2013-01-26 22:08:21 +00:00
msgring.c
msgring.cfg
msgring.h Update message ring handling code for XLR/XLS 2010-10-03 04:33:58 +00:00
pcibus.h
pic.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
rmi_boot_info.h
rmi_mips_exts.h Fix asm for XKPHYS read for o32, constriants needed for input registers 2010-10-05 05:49:38 +00:00
rootfs_list.txt Disconnect non-MPSAFE NTFS from the build in preparation for dropping 2012-10-17 11:30:00 +00:00
std.xlr Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus. 2011-01-20 12:45:29 +00:00
tick.c Panics about how things can't be attached should probably happen in the 2013-10-29 20:38:58 +00:00
uart_bus_xlr_iodi.c
uart_cpu_mips_xlr.c
xlr_csum_nocopy.S
xlr_i2c.c remove duplicate semicolons where possible. 2012-10-22 03:00:37 +00:00
xlr_machdep.c Remove platform APIs which are not used by any code and which had only stub 2012-03-12 07:34:15 +00:00
xlr_pci.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
xlr_pcmcia.c
xls_ehci.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00