Re: [PATCH] x86/amd_nb: Rename amd_get_node_id

2015-10-14 Thread Aravind Gopalakrishnan
On 10/14/2015 8:51 AM, Borislav Petkov wrote: This is in preparation for future changes anyway so the name had to be not so generic and hint at the PCI dev argument. I'll change it to amd_pci_dev_to_node_id() when applying. Thanks Boris. -Aravind. -- To unsubscribe from this list: send th

Re: [PATCH] x86/amd_nb: Rename amd_get_node_id

2015-10-14 Thread Borislav Petkov
On Wed, Oct 14, 2015 at 03:42:49PM +0200, Ingo Molnar wrote: > > * Aravind Gopalakrishnan wrote: > > > This function doesn't give us the "Node ID" as the function > > name suggests. Rather- it receives a PCI device as argument, > > checks the available F3 PCI device IDs in the system > > and ret

Re: [PATCH] x86/amd_nb: Rename amd_get_node_id

2015-10-14 Thread Ingo Molnar
* Aravind Gopalakrishnan wrote: > This function doesn't give us the "Node ID" as the function > name suggests. Rather- it receives a PCI device as argument, > checks the available F3 PCI device IDs in the system > and returns the index of the matching Bus/Device IDs > > Renaming it accordingly