Move archtypes.h, fpu.h, and stackframe.h
Move archtypes.h to include/ dir, since several servers require it. Move fpu.h and stackframe.h to arch-specific header directory. Make source files and makefiles aware of the new header locations.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../../kernel/arch/i386/include/archtypes.h"
|
||||
#include <machine/archtypes.h>
|
||||
#include "../../kernel/proc.h"
|
||||
|
||||
#define CLICK_WORDS (CLICK_SIZE / sizeof(unsigned long))
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <minix/u64.h>
|
||||
|
||||
#include "../../kernel/arch/i386/include/archtypes.h"
|
||||
#include <machine/archtypes.h>
|
||||
#include "../../servers/pm/mproc.h"
|
||||
#include "../../kernel/const.h"
|
||||
#include "../../kernel/proc.h"
|
||||
|
||||
Reference in New Issue
Block a user