fix alignment of struct syscall_request variable

since used with DMA, it must be IHK_DMA_ALIGN
This commit is contained in:
NAKAMURA Gou
2013-09-03 19:02:07 +09:00
parent 040fb64b22
commit fe05e1107c

View File

@ -126,7 +126,7 @@ static void send_syscall(struct syscall_request *req)
int do_syscall(struct syscall_request *req, ihk_mc_user_context_t *ctx)
{
struct syscall_response *res;
struct syscall_request req2;
struct syscall_request req2 IHK_DMA_ALIGN;
struct syscall_params *scp;
int error;