Skip to content

Commit

Permalink
Remove debug ASSERT from kmem
Browse files Browse the repository at this point in the history
update copyright, not sure anything remains of
Brendon's macOS work, but seems uncool to remove.

Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Oct 12, 2023
1 parent fee66c7 commit f97a5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/windows/spl/spl-seg_kmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
* Rough stubbed Port for XNU.
*
* Copyright (c) 2014 Brendon Humphrey ([email protected])
* Copyright (c) 2023 Jorgen Lundman ([email protected])
*/


Expand Down Expand Up @@ -131,7 +132,6 @@ osif_malloc(uint64_t size)
} else {
dprintf("%s:%d: ExAllocatePoolWithTag failed (memusage: %llu)"
"\n", __func__, __LINE__, segkmem_total_mem_allocated);
ASSERT(0);
extern volatile unsigned int vm_page_free_wanted;
extern volatile unsigned int vm_page_free_min;
spl_free_set_pressure(vm_page_free_min);
Expand Down

0 comments on commit f97a5f6

Please sign in to comment.