commit | a4a987d82258f55c4bc4ab0156fb20a2b3fa4f41 | [log] [tgz] |
---|---|---|
author | Sreenivasa Honnur <Sreenivasa.Honnur@neterion.com> | Mon Oct 05 01:54:42 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 15:22:52 2009 -0700 |
tree | 68a540b923f48ca9955be4492a2714ed523adc31 | |
parent | 0f8f7d58eb4840ee8790e914a88b8a773aca9143 [diff] |
vxge: Fixed crash in PAE system due to wrong typecasting. - Fix a crash in PAE system due to wrong typecasting. - On PAE system size_t is unsigned int which is 32bit. Avoid casting 64 bit address to 32 bit Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> Signed-off-by: David S. Miller <davem@davemloft.net>