]> bbs.cooldavid.org Git - net-next-2.6.git/commit
vxge: Fixed crash in PAE system due to wrong typecasting.
authorSreenivasa Honnur <Sreenivasa.Honnur@neterion.com>
Mon, 5 Oct 2009 01:54:42 +0000 (01:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2009 22:22:52 +0000 (15:22 -0700)
commita4a987d82258f55c4bc4ab0156fb20a2b3fa4f41
tree68a540b923f48ca9955be4492a2714ed523adc31
parent0f8f7d58eb4840ee8790e914a88b8a773aca9143
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>
drivers/net/vxge/vxge-traffic.c