Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9821b1f4 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

[Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0

parent 11b0be7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ static inline void destroy_context(struct mm_struct *mm)
	struct sram_list_struct *tmp;

	if (current_l1_stack_save == mm->context.l1_stack_save)
		current_l1_stack_save = 0;
		current_l1_stack_save = NULL;
	if (mm->context.l1_stack_save)
		free_l1stack();