fix warnings

This commit is contained in:
NAKAMURA Gou
2013-06-19 16:47:02 +09:00
parent 96f02a1d08
commit 5369864551
3 changed files with 6 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ extern long do_arch_prctl(unsigned long code, unsigned long address);
static int init_process_vm(struct process *owner, struct process_vm *vm)
{
int i;
void *pt = ihk_mc_pt_create(IHK_MC_AP_NOWAIT);
if(pt == NULL)