Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
RH7: change the vmbus channel HT affinity default mode to "disable"
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 1, 2018
1 parent 2f03e6e commit edeccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hv-rhel7.x/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

static struct acpi_device *hv_acpi_dev;

int affinity_mode = 1;
int affinity_mode = HV_KEEP_HT_CPU;
module_param(affinity_mode, int, S_IRUGO);
MODULE_PARM_DESC(affinity_mode, "vmbus channel cpu affinity mode: 0, 1");

Expand Down

0 comments on commit edeccd8

Please sign in to comment.