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

Commit e3e81aca authored by Yuanhan Liu's avatar Yuanhan Liu Committed by Ingo Molnar
Browse files

x86: Fix a typo



legact -> legacy

Signed-off-by: default avatarYuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent f73568a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
	if (flags & MAP_FIXED)
		return addr;

	/* for MAP_32BIT mappings we force the legact mmap base */
	/* for MAP_32BIT mappings we force the legacy mmap base */
	if (!test_thread_flag(TIF_ADDR32) && (flags & MAP_32BIT))
		goto bottomup;