Files
u-boot/arch/arm/lib
Thierry Reding 25026fa9f1 ARM: cache-cp15: Use more accurate types
size_t is the canonical type to represent variables that contain a size.
Use it instead of signed integer. Physical addresses can be larger than
32-bit, so use a more appropriate type for them as well. phys_addr_t is
a type that is 32-bit on systems that use 32-bit addresses and 64-bit if
the system is 64-bit or uses a form of physical address extension to use
a larger address space on 32-bit systems. Using these types the same API
can be implemented on a wider range of systems.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-11-12 07:25:42 +01:00
..
2014-10-25 15:27:35 -04:00
2014-07-04 19:57:22 +02:00
2014-01-09 16:08:44 +01:00
2014-08-04 05:24:35 -06:00
2014-10-26 22:23:40 +01:00
2014-01-09 16:08:44 +01:00
2014-10-29 09:02:50 -04:00
2014-09-16 12:24:00 -04:00