commit | 511801dc31c095b2bfe3bf5c6a370dbe9b042a70 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Mon Oct 22 11:03:31 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 23 15:49:52 2007 +1000 |
tree | fcd0f1111e503f33e39660d3aba55ff5b64ebf56 | |
parent | b410e7b1499c49513cab18275db8a8ab549d9e09 [diff] |
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>