radeonsi: Rename r600->si remaining identifier in si_hw_context.c.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Andreas Hartmetz 2014-01-07 02:59:28 +01:00 committed by Marek Olšák
parent 3160aa4877
commit 238427625f

View file

@ -696,7 +696,7 @@ void si_context_queries_resume(struct si_context *ctx)
}
#if R600_TRACE_CS
void r600_trace_emit(struct si_context *rctx)
void si_trace_emit(struct si_context *rctx)
{
struct si_screen *rscreen = rctx->screen;
struct radeon_winsys_cs *cs = rctx->cs;