From: Jes Sorensen Date: Mon, 22 Oct 2007 01:03:31 +0000 (+1000) Subject: Change example launcher to use unsigned long not u32 X-Git-Tag: v2.6.24-rc1~28^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511801dc31c095b2bfe3bf5c6a370dbe9b042a70;p=pandora-kernel.git Change example launcher to use unsigned long not u32 Apply Clue 2x4 to lguest userland<->kernel handling code and the lguest launcher. Pointers are not to be passed in u32's! Basic rule of thumb: Anything passing u32's back and forth should be passing unsigned longs to be portable to 64 bit archs. For those who forgotten already, I repeat: NO POINTERS IN u32! Signed-off-by: Jes Sorensen Signed-off-by: Rusty Russell --- Reading git-diff-tree failed