Change example launcher to use unsigned long not u32
authorJes Sorensen <jes@sgi.com>
Mon, 22 Oct 2007 01:03:31 +0000 (11:03 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:52 +0000 (15:49 +1000)
commit511801dc31c095b2bfe3bf5c6a370dbe9b042a70
treefcd0f1111e503f33e39660d3aba55ff5b64ebf56
parentb410e7b1499c49513cab18275db8a8ab549d9e09
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 <jes@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/lguest/lguest.c
drivers/lguest/lguest_user.c