Zbigniew Bodek a83592093c Fix bug in xrefinfo_find() for 64-bit platforms
uintptr_t may be 64-bit on some platforms, therefore when
finding xrefinfo by pointer to device the high word is being
cut off due to cast to phandle_t which is 32-bit long by definition.
Due to that we loose the high word of the address to compare with
xi->dev's address.
To fix that, first argument of xrefinfo_find() is extended to
uintptr_t and is being cast to appropriate type (phandle_t)
when compared.

Submitted by:  Zbigniew Bodek <zbb@semihalf.com>
Reviewed by:   nwhitehorn
Obtained from: Semihalf
2015-03-30 09:49:54 +00:00
..
2015-03-06 20:53:56 +00:00
2015-01-23 15:14:30 +00:00
2015-03-23 19:47:52 +00:00
2015-01-30 01:13:07 +00:00
2015-02-24 01:00:46 +00:00
2015-03-08 19:55:46 +00:00
2015-01-23 15:14:30 +00:00
2015-01-23 15:14:30 +00:00
2014-09-28 07:40:26 +00:00
2014-10-10 14:17:42 +00:00
2015-02-27 15:14:25 +00:00
2014-10-11 19:36:59 +00:00
2015-03-23 19:47:52 +00:00
2014-12-03 00:47:05 +00:00
2014-11-18 21:58:57 +00:00
2015-03-23 19:47:52 +00:00
2014-11-21 21:34:19 +00:00
2014-11-20 20:09:18 +00:00