commit | 18902bbf06a93ea497be2f177a6323ed9e5f30be | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Mon Aug 12 12:41:34 2013 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Aug 21 11:35:53 2013 +1000 |
tree | 254ccd90d052c96f45bfa1857267997d8d40d5d1 | |
parent | 52f9a4d71b5ba980ea72013191e907127bc44eeb [diff] |
drm/nouveau/ltcg: fix allocating memory as free Allocating type=0 marks the memory as free. This allows the ltcg memory to be allocated twice. Add a BUG_ON in core/mm.c to prevent this ever happening again. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>