kmod/core: remove sync_core comment

No need to call sync_core() since we aren't directly modifying any code.
This commit is contained in:
Josh Poimboeuf 2014-03-13 14:11:01 -05:00
parent aa5346d13b
commit aea0932655

View File

@ -151,8 +151,6 @@ static int kpatch_apply_patch(void *data)
memcpy(&kpatch_funcs[num_global_funcs], funcs, memcpy(&kpatch_funcs[num_global_funcs], funcs,
num_new_funcs * sizeof(struct kpatch_func)); num_new_funcs * sizeof(struct kpatch_func));
/* TODO: sync_core? */
out: out:
return ret; return ret;
} }