HFI1: move txreq kmalloc cache header into CPU local variable

This commit is contained in:
Balazs Gerofi
2017-08-24 17:39:51 +09:00
parent a65faeaed4
commit 5b5191ef64
2 changed files with 10 additions and 8 deletions

View File

@@ -106,6 +106,7 @@ struct cpu_local_var {
struct list_head smp_func_req_list;
struct process_vm *on_fork_vm;
struct kmalloc_cache_header txreq_cache;
} __attribute__((aligned(64)));