merge mpi host assist process into mcexec,

use syscall instead of another ikc

Conflicts:

	kernel/syscall.c
	linux/executer/mcexec.c
This commit is contained in:
simin
2012-11-29 16:28:25 +09:00
parent 9fd7f3ddf7
commit c08e60382d
3 changed files with 46 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ CFLAGS = -O3 -Wall -g -pthread
all: mcexec
mcexec: mcexec.c
$(CC) $(CFLAGS) -o $@ $^
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -o $@ $^ $(EXTRA_OBJS)
clean:
rm -f mcexec