commit | 60f3b8022c643d7d5a77c3af58f0f13266f39cc5 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Dec 27 12:08:50 2013 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Dec 27 12:41:18 2013 -0500 |
tree | f08200671c1f749b99ab879153dd3114076257af | |
parent | 4b400a127acd12b6c7b598e3493718d265265023 [diff] |
pvscsi: Remove use of LOWFLAT and GLOBALFLAT macros. Now that pvscsi runs entirely in 32bit mode, there is no need to use the memory segment access macros. This also fixes up an incorrect memcpy and memset call. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>