Consolidate cell format defines
commitfbc23d324994c5f50a7569c071e2d8fc7eb924a6
authorafaerber <afaerber@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 31 Oct 2010 16:54:58 +0000 (31 16:54 +0000)
committerafaerber <afaerber@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 31 Oct 2010 16:54:58 +0000 (31 16:54 +0000)
tree8faba6cd338de3c3ec9c8a5660a62d99e5e814f8
parent50543c4bee1254a41047bd78747401975ea4e775
Consolidate cell format defines

When cross-compiling ppc64 from ppc (native larger than host),
%llx cell format leads to warnings.

The cell format depends solely on the cell type definition,
not on pointer sizes. Under the present assumption that native
smaller than host bitwidth occurs when cross-compiling a 32-bit
target from 64-bit host, we can reuse the definitions from the
equality path for all bitwidths.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@940 f158a5a8-5612-0410-a976-696ce0be7e32
kernel/cross.h