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

Commit c5cbac69 authored by Kees Cook's avatar Kees Cook Committed by H. Peter Anvin
Browse files

x86, cpu: Rename verify_cpu_64.S to verify_cpu.S



The code is 32bit already, and can be used in 32bit routines.

Signed-off-by: default avatarKees Cook <kees.cook@canonical.com>
LKML-Reference: <1289414154-7829-2-git-send-email-kees.cook@canonical.com>
Acked-by: default avatarPekka Enberg <penberg@kernel.org>
Acked-by: default avatarAlan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent c8ddb271
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ no_longmode:
	hlt
	jmp     1b

#include "../../kernel/verify_cpu_64.S"
#include "../../kernel/verify_cpu.S"

	/*
	 * Be careful here startup_64 needs to be at a predictable
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ startup_64:
no_longmode:
	hlt
	jmp no_longmode
#include "verify_cpu_64.S"
#include "verify_cpu.S"

	# Careful these need to be in the same 64K segment as the above;
tidt: