We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0199478 commit 367b356Copy full SHA for 367b356
drivers/android/binder_alloc.c
@@ -925,15 +925,13 @@ void binder_alloc_deferred_release(struct binder_alloc *alloc)
925
int i;
926
927
for (i = 0; i < alloc->buffer_size / PAGE_SIZE; i++) {
928
- unsigned long page_addr;
929
bool on_lru;
930
931
if (!alloc->pages[i].page_ptr)
932
continue;
933
934
on_lru = list_lru_del_obj(&binder_freelist,
935
&alloc->pages[i].lru);
936
- page_addr = alloc->buffer + i * PAGE_SIZE;
937
binder_alloc_debug(BINDER_DEBUG_BUFFER_ALLOC,
938
"%s: %d: page %d %s\n",
939
__func__, alloc->pid, i,
0 commit comments