arch/x86: move include/arch/x86/asm.h to include/arch/x86/ia32/asm.h

This file is 32-bit specific, so it is moved into the ia32/ directory
and references to it are updated accordingly.

Also, SP_ARG* definitions are no longer used, so they are removed.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-06-27 14:04:51 -07:00 committed by Anas Nashif
commit 6f3009ecf0
10 changed files with 12 additions and 25 deletions

View file

@ -10,7 +10,7 @@
*/
#include <kernel_structs.h>
#include <arch/x86/asm.h>
#include <arch/x86/ia32/asm.h>
GTEXT(z_loapic_spurious_handler)