[PATCH] ppc64: fix fixup_device_tree
Paul Mackerras
paulus at samba.org
Wed Jun 1 20:28:21 EST 2005
Arnd Bergmann writes:
> - if ((long)u3 <= 0)
> + if (u3 == -1u)
Yes, OK, but I think I would prefer either "-1" or "~0U" to "-1u".
Paul.
More information about the Linuxppc64-dev
mailing list