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:
parent
c7bc7a8c86
commit
6f3009ecf0
10 changed files with 12 additions and 25 deletions
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#include <kernel_structs.h>
|
||||
#include <arch/x86/asm.h>
|
||||
#include <arch/x86/ia32/asm.h>
|
||||
|
||||
GTEXT(z_loapic_spurious_handler)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue