RK3368 GPU version: Rogue L 0.13

Remove 'Clear cleanup_sync'

Signed-off-by: zxl <zhuangxl@rock-chips.com>
This commit is contained in:
zxl 2015-04-15 09:53:37 +08:00
parent 3db783a988
commit e64ed7772a
2 changed files with 1 additions and 2 deletions

View File

@ -70,5 +70,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define PVRVERSION_UNPACK_MIN(VERSION) (((VERSION) >> 0) & 0xFFFF)
//chenli:define rockchip version
#define RKVERSION "L 0.12"
#define RKVERSION "Rogue L 0.13"
#endif /* _PVRVERSION_H_ */

View File

@ -1804,7 +1804,6 @@ pvr_sync_clean_freelist(void)
continue;
}
kernel->cleanup_sync=NULL;
/* Remove the entry from the free list. */
list_move_tail(&kernel->list, &unlocked_free_list);
}