- move 32bit elf header to arch/x86

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@376 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2011-01-19 07:04:50 +00:00
parent 40d7774f77
commit 2bfc5a49dc
3 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,7 @@
#include <metalsvm/mailbox.h>
#include <metalsvm/syscall.h>
#include <metalsvm/fs.h>
#include <metalsvm/elf.h>
#include <asm/elf.h>
DEFINE_PER_CORE(task_t*, current_task, NULL);
static task_t task_table[MAX_TASKS] = {[0 ... MAX_TASKS-1] = {0, TASK_INVALID, NULL, 0, ATOMIC_INIT(0), NULL, NULL}};

View file

@ -23,7 +23,6 @@
#include <metalsvm/mmu.h>
#include <metalsvm/spinlock.h>
#include <metalsvm/time.h>
#include <metalsvm/elf.h>
#include <metalsvm/processor.h>
#include <metalsvm/page.h>
#ifdef CONFIG_MULTIBOOT